commit 185f3fa76037e0da62a99733c4856fb4b5da6bfe parent cfa245bebb215a6568b3b0edce68e1c8ab7b5d89 Author: Matsuda Kenji <info@mtkn.jp> Date: Sat, 24 Dec 2022 08:42:33 +0900 add keyboard mapping script Diffstat:
A | bin/hhkb | | | 7 | +++++++ |
A | bin/jpkb | | | 3 | +++ |
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/bin/hhkb b/bin/hhkb @@ -0,0 +1,7 @@ +#/bin/sh +setxkbmap us +xmodmap \ + -e 'clear lock'\ + -e 'clear control'\ + -e 'keycode 37 = Control_L'\ + -e 'add control = Control_L Control_R'\ diff --git a/bin/jpkb b/bin/jpkb @@ -0,0 +1,3 @@ +#/bin/sh +setxkbmap jp +xmodmap ~/.config/X11/Xmodmap