diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-02-11 14:09:38 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-02-11 14:09:38 +0000 |
commit | 361b6cd44adf12a9f2f36e4ac00bb373a7a5aae7 (patch) | |
tree | 24e3e8cbb2278c4bea8a6a6d629228827e4a7605 /bin | |
parent | 804d60ef5fde79cd2dba942df4d4258af12a5499 (diff) |
Use master branch for iron
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/.local/bin/keyboard | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/.local/bin/keyboard b/bin/.local/bin/keyboard index b7f5e90..ee1cc61 100755 --- a/bin/.local/bin/keyboard +++ b/bin/.local/bin/keyboard @@ -46,10 +46,10 @@ xmodmap -e "keycode any = space" xcape -e 'Super_L=space' # Make return (Control_R, Return) -xmodmap -e "keysym Return = Control_R" -xmodmap -e "add Control = Control_R" -xmodmap -e "keycode any = Return" -xcape -e 'Control_R=Return' +# xmodmap -e "keysym Return = Control_R" +# xmodmap -e "add Control = Control_R" +# xmodmap -e "keycode any = Return" +# xcape -e 'Control_R=Return' # Make eject an Insert xmodmap -e "keysym XF86Eject = Insert" |