Forrest logo
back to context overview

xmodmap

List of commands for xmodmap:

  • xmodmap:tldr:37e15 xmodmap: Execute all xmodmap expressions in the specified file.
    $ xmodmap ${filename}
    try on your machine
    explain this command
  • xmodmap:tldr:48cca xmodmap: Swap left-click and right-click on the pointer.
    $ xmodmap -e 'pointer = 3 2 1'
    try on your machine
    explain this command
  • xmodmap:tldr:b437e xmodmap: Disable a key on the keyboard.
    $ xmodmap -e 'keycode ${keycode} ='
    try on your machine
    explain this command
  • xmodmap:tldr:ffbbc xmodmap: Reassign a key on the keyboard to another key.
    $ xmodmap -e 'keycode ${keycode} = ${keyname}'
    try on your machine
    explain this command
back to context overview