summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-04-07 08:32:05 -0400
committerAndrew Cady <d@jerkface.net>2019-04-07 08:32:48 -0400
commit6cba76e460f17804578c8c73686b27db78da4937 (patch)
tree6a247274487606d490f438235065f58a42dc828b
parentf4bd641e36418bc2a43bc31d8ac0bf57b1c51953 (diff)
'asdf': add dvorak support
type 'qwer' to switch to dvorak type 'asdf' to switch back to usa no support for russian dvorak at the moment
-rwxr-xr-xdot/local/bin/asdf2
l---------dot/local/bin/qwer1
2 files changed, 2 insertions, 1 deletions
diff --git a/dot/local/bin/asdf b/dot/local/bin/asdf
index f5eacff..56e3d97 100755
--- a/dot/local/bin/asdf
+++ b/dot/local/bin/asdf
@@ -25,6 +25,6 @@ case "$arg0" in
25 asdf) setxkbmap -layout ru,us -variant phonetic_winkeys, $opts -option grp:shifts_toggle ;; 25 asdf) setxkbmap -layout ru,us -variant phonetic_winkeys, $opts -option grp:shifts_toggle ;;
26 асдф|aoeu) setxkbmap -layout us $opts ;; 26 асдф|aoeu) setxkbmap -layout us $opts ;;
27 ASDF) ASDF ;; 27 ASDF) ASDF ;;
28 dvorak) setxkbmap -layout us -variant dvorak $opts ;; 28 qwer|dvorak) setxkbmap -layout us -variant dvorak $opts ;;
29 *) ;; 29 *) ;;
30esac 30esac
diff --git a/dot/local/bin/qwer b/dot/local/bin/qwer
new file mode 120000
index 0000000..5e40c08
--- /dev/null
+++ b/dot/local/bin/qwer
@@ -0,0 +1 @@
asdf \ No newline at end of file