参考
- unity - Is there a way to send the switch windows signal without "Alt-Tab"? - Ask Ubuntu
- xbindkeysで捗るお話 - ぺんぎんさんのめもちょう
インストール
インストール
sudo apt-get install -y xdotool xbindkeys
xdotoolで実行させたいことを記述
~/bin/alttab.sh
xdotool keydown alt
sleep .1
xdotool key Tab key alt
chmod +x ~/bin/alttab.sh
~/bin/alttab.sh
期待通りの動きをすることを確認。
xbindkeysでxdotoolを割り当て
キーマップ確認
割り当てたいキーのキーマップ確認
$ xbindkeys -k
Press combination of keys or/and click under the window.
You can use one of the two lines after "NoCommand"
in $HOME/.xbindkeysrc to bind a key.
"(Scheme function)"
m:0x0 + c:102
Muhenkan
割り当て
~/.xbindkeysrc
"~/bin/alttab.sh"
m:0x0 + c:102
Muhenkan
起動
xbindkeysを再起動
killall xbindkeys
xbindkeys