mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-27 01:41:02 -05:00
Update togglekey.h
This commit is contained in:
parent
8da4433ed1
commit
b1551b1259
1 changed files with 9 additions and 0 deletions
|
|
@ -1 +1,10 @@
|
|||
/*
|
||||
Run cage to obtain key codes:
|
||||
$ XTMAPPER_WIDTH=100 XTMAPPER_HEIGHT=100 ./build/cage sh
|
||||
Output:
|
||||
/dev/input/wl_keyboard: EV_KEY KEY_D DOWN
|
||||
/dev/input/wl_keyboard: EV_KEY KEY_W UP
|
||||
/dev/input/wl_keyboard: EV_KEY KEY_F11 DOWN
|
||||
/dev/input/wl_keyboard: EV_KEY KEY_SUPER_L UP
|
||||
*/
|
||||
#define TOGGLEKEY "KEY_F11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue