Fix key remaps
This commit is contained in:
10
local/bin/customkeys
Executable file
10
local/bin/customkeys
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Compose key: windows key
|
||||
setxkbmap -option compose:lwin
|
||||
|
||||
# Caps turned into escape
|
||||
setxkbmap -option caps:escape_shifted_capslock
|
||||
|
||||
# dead_greek as control right
|
||||
xmodmap ~/.Xmodmap
|
Reference in New Issue
Block a user