2013年10月2日 星期三

Linux 快捷鍵綁定

xbindkeys - Associate a combination of keys or mouse buttons with a shell command


// 產生範例檔案
$ xbindkeys -d > ~/.xbindkeysrc

// get xbingkeys keycode
$ xbindkeys --key

$ xbindkeys --multikey
--- Press "q" to stop. ---

// 使用圖形化方式設定
$ xbindkeys-config


// 自動啓動 xbindkeys (非所有 X 啓動方式適用)
$ vi .xinitrc
nohup xbindkeys &



#Muter/UnMute
"amixer set "Master" toggle"
    m:0x0 + c:121
    XF86AudioMute

#VolumeDown
"amixer set Master playback 5%-"
    m:0x0 + c:122
    XF86AudioLowerVolume

#VolumeUp
"amixer set Master playback 5%+"
    m:0x0 + c:123
    XF86AudioRaiseVolume




Reference :
Xbindkeys - ArchWiki
 

沒有留言:

張貼留言