Skip to content

Instantly share code, notes, and snippets.

@nunodio
Last active November 21, 2020 22:16
Show Gist options
  • Save nunodio/9de7b1c1a166d927dffe93b248ed9339 to your computer and use it in GitHub Desktop.
Save nunodio/9de7b1c1a166d927dffe93b248ed9339 to your computer and use it in GitHub Desktop.
Disable PrtSc key in Lenovo T480s - Fedora
#!/usr/bin/env bash
xmodmap -e 'keycode 107 = Menu NoSymbol Menu'
@nunodio
Copy link
Author

nunodio commented Nov 21, 2020

This script changes the behavior of your PrtSc key to act as a right-click key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment