logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

xmodmap - Control Keymaps & Pointer | Online Free DevTools by Hexmos

Control keymaps and pointer settings with xmodmap. Modify keyboard layouts and button mappings easily. Free online tool, no registration required.

xmodmap

Utility for modifying keymaps and pointer button mappings in X. More information: https://manned.org/xmodmap.

  • Swap <LeftClick> and <RightCLick> on the pointer:

xmodmap -e 'pointer = 3 2 1'

  • Reassign a key on the keyboard to another key:

xmodmap -e 'keycode {{keycode}} = {{keyname}}'

  • Disable a key on the keyboard:

xmodmap -e 'keycode {{keycode}} ='

  • Execute all xmodmap expressions in the specified file:

xmodmap {{path/to/file}}

See Also