TLDR
Enter a command. For example: a2query, st, binwalk, strace, alien.

xmodmap

 
Utility for modifying keymaps and pointer button mappings in X. More information: https://manned.org/xmodmap.
 
  • Swap left-click and right-click 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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.