MCPcopy Create free account
hub / github.com/GNOME/gnome-shell / removeKeybinding

Method removeKeybinding

js/ui/windowManager.js:1113–1116  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1111 }
1112
1113 removeKeybinding(name) {
1114 if (global.display.remove_keybinding(name))
1115 this.allowKeybinding(name, Shell.ActionMode.NONE);
1116 }
1117
1118 allowKeybinding(name, modes) {
1119 this._allowedKeybindings[name] = modes;

Callers

nothing calls this directly

Calls 1

allowKeybindingMethod · 0.95

Tested by

no test coverage detected