Skip to content

Instantly share code, notes, and snippets.

@jackblk
Created December 27, 2020 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackblk/3caf4cd0b15c44c8f73b2593aec3e42a to your computer and use it in GitHub Desktop.
Save jackblk/3caf4cd0b15c44c8f73b2593aec3e42a to your computer and use it in GitHub Desktop.
Turn off calculator shortcut on PopOS
# Because of whatever bug it is, even if you turn off Calculator shortcut,
# it still opens calculator in Pop OS. Run below command to disable it.
# Ref: https://www.reddit.com/r/pop_os/comments/idey8l/cant_turn_off_calculator_shortcut/
gsettings set org.gnome.settings-daemon.plugins.media-keys calculator-static "['']"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment