We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5be8a commit b521f80Copy full SHA for b521f80
src/ScreenshotManager.vala
@@ -57,7 +57,7 @@ namespace Gala {
57
);
58
display.add_keybinding (
59
"area-screenshot-clip", keybinding_settings, IGNORE_AUTOREPEAT, () => instance.handle_screenshot_area_shortcut.begin (true)
60
- );
+ );
61
}
62
63
private static ScreenshotManager? instance;
0 commit comments