home/wm: add helper comand to get XF86 key
This commit is contained in:
parent
85e625776a
commit
7ce89cd4c8
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,8 @@ myKeys conf =
|
||||||
("M4-S-q", io exitSuccess)
|
("M4-S-q", io exitSuccess)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
-- Use the following command `xev | sed -ne '/^KeyPress/,/^$/p'`
|
||||||
|
-- to get key name
|
||||||
misc_kb =
|
misc_kb =
|
||||||
[ ("M-o", projectPrompt myPromptConfig),
|
[ ("M-o", projectPrompt myPromptConfig),
|
||||||
-- Change volume
|
-- Change volume
|
||||||
|
|
Loading…
Reference in a new issue