diff options
author | Josh Rahm <rahm@google.com> | 2021-10-11 19:02:32 -0600 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2021-10-11 19:02:32 -0600 |
commit | 86c703259c64458fa79976c75bc0684b5840d058 (patch) | |
tree | 3d133ef58c43159a3d02288a8269f9eee562140a | |
parent | f78d371b6534013ec60275bd4b110a189b9e32b4 (diff) | |
download | rkb-86c703259c64458fa79976c75bc0684b5840d058.tar.gz rkb-86c703259c64458fa79976c75bc0684b5840d058.tar.bz2 rkb-86c703259c64458fa79976c75bc0684b5840d058.zip |
add shell script to set the keyboard.
-rwxr-xr-x | setxkbmap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setxkbmap.sh b/setxkbmap.sh new file mode 100755 index 0000000..034a219 --- /dev/null +++ b/setxkbmap.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +setxkbmap -layout jr -variant jdvp -compat jrcompat -option numpad:mac |