diff --git a/prefs.js b/prefs.js index cb9ac6b..63835f4 100644 --- a/prefs.js +++ b/prefs.js @@ -263,7 +263,7 @@ class SettingsWidget { box.add(scratchFrame); scratchFrame.add(scratch); - ['toggle-scratch-layer', 'toggle-scratch'] + ['toggle-scratch-layer', 'toggle-scratch', "toggle-scratch-window"] .forEach(k => { addKeybinding(scratch.model.child_model, settings, k); });