a4e3558614cac30254c662f6080f630b584d1b25
technology/linux/general/index.md
| ... | ... | @@ -14,3 +14,5 @@ |
| 14 | 14 | - [tmux](tmux) |
| 15 | 15 | - [xclip](xclip) |
| 16 | 16 | - [xdotool](xdotool) |
| 17 | +- [xev](xev) |
|
| 18 | +- [xmodmap](xmodmap) |
technology/linux/general/xev.md
| ... | ... | @@ -0,0 +1,7 @@ |
| 1 | +# xev |
|
| 2 | + |
|
| 3 | +print contents of events |
|
| 4 | + |
|
| 5 | +when run it opens a window then prints all events in terminal |
|
| 6 | + |
|
| 7 | +useful for finding key ids etc. |
technology/linux/general/xmodmap.md
| ... | ... | @@ -0,0 +1,11 @@ |
| 1 | +# xmodmap |
|
| 2 | + |
|
| 3 | +modifying keymaps and pointer button mappings |
|
| 4 | + |
|
| 5 | +## usage |
|
| 6 | +| option | description | |
|
| 7 | +| --- | --- | |
|
| 8 | +| -pk | show keymap table | |
|
| 9 | +| -pke | show keymap table in expressions | |
|
| 10 | +| -pm | show modifier map (default no args) | |
|
| 11 | + |