commit a4e3558614cac30254c662f6080f630b584d1b25 parent 966af20865426a8db01c245cd78d2886f25d2aa4 Author: pyratebeard <root@pyratebeard.net> Date: Wed, 14 Nov 2018 17:54:40 +0000 xev and xmodmap pages Diffstat:
M | technology/linux/general/index.md | | | 2 | ++ |
A | technology/linux/general/xev.md | | | 7 | +++++++ |
A | technology/linux/general/xmodmap.md | | | 11 | +++++++++++ |
3 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/technology/linux/general/index.md b/technology/linux/general/index.md @@ -14,3 +14,5 @@ - [tmux](tmux) - [xclip](xclip) - [xdotool](xdotool) +- [xev](xev) +- [xmodmap](xmodmap) diff --git a/technology/linux/general/xev.md b/technology/linux/general/xev.md @@ -0,0 +1,7 @@ +# xev + +print contents of events + +when run it opens a window then prints all events in terminal + +useful for finding key ids etc. diff --git a/technology/linux/general/xmodmap.md b/technology/linux/general/xmodmap.md @@ -0,0 +1,11 @@ +# xmodmap + +modifying keymaps and pointer button mappings + +## usage +| option | description | +| --- | --- | +| -pk | show keymap table | +| -pke | show keymap table in expressions | +| -pm | show modifier map (default no args) | +