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

Method allowKeybinding

js/ui/windowManager.js:1118–1120  ·  view source on GitHub ↗
(name, modes)

Source from the content-addressed store, hash-verified

1116 }
1117
1118 allowKeybinding(name, modes) {
1119 this._allowedKeybindings[name] = modes;
1120 }
1121
1122 _getAnimationWindowType(actor) {
1123 const {metaWindow: window} = actor;

Callers 6

constructorMethod · 0.95
addKeybindingMethod · 0.95
removeKeybindingMethod · 0.95
_sessionUpdatedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected