Skip to content

Commit

Permalink
Update extension.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmytheneutrino committed Apr 11, 2015
1 parent 2fd0ac7 commit 9c4c81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension.js
Expand Up @@ -545,7 +545,8 @@ function ExtensionController(extensionMeta) {
Main.wm.addKeybinding("show-hamster-dropdown",
this.extension._settings,
Meta.KeyBindingFlags.NONE,
Shell.ActionMode.ALL,
//since Gnome 3.16, Shell.KeyBindingMode is replaced by Shell.ActionMode
Shell.KeyBindingMode ? Shell.KeyBindingMode.ALL : Shell.ActionMode.ALL,
Lang.bind(this.extension, this.extension.toggle)
);
},
Expand Down

0 comments on commit 9c4c81a

Please sign in to comment.