Keyboard-Shortcuts

在 icewm 中綁定 MetaL

  • December 25, 2017

有人設法在 IceWM 中綁定 Windows 鍵嗎?似乎我無法將它綁定到任何東西,因為我禁用了“視為 Ctrl+Alt”選項。

#  Treat Super/Win modifier as Ctrl+Alt
# ModSuperIsCtrlAlt=1 # 0/1
ModSuperIsCtrlAlt=0 # 0/1

好吧,鑰匙的名字是“超級”。

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

對我來說,在 /.icewm/keys 中工作(只需將鍵盤佈局添加到鍵中):

key “Super+i” setxkbmap -layout it

鍵 “Super+s” setxkbmap -layout sk

鍵 “Super+e” setxkbmap -layout latam

引用自:https://unix.stackexchange.com/questions/53906