(name)
| 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; |
nothing calls this directly
no test coverage detected