有人设法在IceWM中绑定Windows密钥吗?似乎我不能绑定到任何东西,因为我禁用了“作为Ctrl+Alt的待遇”选项。
# Treat Super/Win modifier as Ctrl+Alt
# ModSuperIsCtrlAlt=1 # 0/1
ModSuperIsCtrlAlt=0 # 0/1发布于 2012-11-13 10:10:27
钥匙的名字是“超级”。
key "Super+k" konsole
key "Super+f" firefox
key "Super+e" emacs -fg white -bg black -cr honeydew2
key "Super+g" gimp
key "Super+l" libreoffice
key "Super+Shift+k" konversation
key "Super+r" killall -SIGHUP icewm
key "Super+Shift+Ctrl+k" krdc
key "Super+v" vlc我特别喜欢Super+r
发布于 2013-03-10 15:51:45
对于me来说,它使用/..icewm/key(简单地添加到键盘布局中):
键"Super+i“setxkbmap -layout it
键"Super+s“setxkbmap -layout sk
键"Super+e“setxkbmap -layout latam
https://unix.stackexchange.com/questions/53906
复制相似问题