web-dev-qa-db-ja.com

MetaLをicewmにバインドする

IceWMでWindowsキーをバインドできた人はいますか? 「Ctrl + Altとして扱う」オプションを無効にしたため、何にもバインドできないようです。

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

さて、鍵の名前は「スーパー」です。

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が好きです

3
ychaouche

私にとっては/.icewm/keysで動作します(キーボードレイアウトをキーに追加するだけです):

キー「Super + i」setxkbmap-layout it

キー「Super + s」setxkbmap-layout sk

キー「Super + e」setxkbmap-layout latam

1
pet