Created
March 30, 2015 03:53
-
-
Save rbellamy/847ed50ea0e7285e3826 to your computer and use it in GitHub Desktop.
Show gnome-shell keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for k in `gsettings list-keys org.gnome.desktop.wm.keybindings`; do echo $k = `gsettings get org.gnome.desktop.wm.keybindings $k`; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment