MCPcopy
hub / github.com/paperwm/PaperWM / registerMinimapAction

Function registerMinimapAction

keybindings.js:70–81  ·  view source on GitHub ↗
(name, handler)

Source from the content-addressed store, hash-verified

68}
69
70export function registerMinimapAction(name, handler) {
71 registerAction(
72 name,
73 handler,
74 {
75 settings: keybindSettings,
76 opensNavigator: true,
77 opensMinimap: true,
78 mutterFlags: Meta.KeyBindingFlags.PER_WINDOW,
79 }
80 );
81}
82
83
84let signals, actions, nameMap, actionIdMap, keycomboMap;

Callers 1

setupActionsFunction · 0.85

Calls 1

registerActionFunction · 0.85

Tested by

no test coverage detected