mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Bind panel toggles to ⌘⇧ + key
This commit is contained in:
@@ -117,7 +117,7 @@ export function uiInfo(context) {
|
||||
var key = t('infobox.' + k + '.key', { default: null });
|
||||
if (!key) return;
|
||||
keybinding
|
||||
.on(uiCmd('⌘' + key), function() { toggle(k); });
|
||||
.on(uiCmd('⌘⇧' + key), function() { toggle(k); });
|
||||
});
|
||||
|
||||
d3.select(document)
|
||||
|
||||
Reference in New Issue
Block a user