Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed default keybindig to toggle hide on lose focus. Fix #1719 #1988

Merged
merged 3 commits into from Dec 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion guake/data/org.guake.gschema.xml
Expand Up @@ -549,7 +549,7 @@
<description>Toggle main guake window fullscreen.</description>
</key>
<key name="toggle-hide-on-lose-focus" type="s">
<default>'&lt;Control&gt;F1'</default>
<default>'&lt;Control&gt;&lt;Shift&gt;F1'</default>
<summary>Toggle hide on lose focus.</summary>
<description>Toggle whether guake will hide when it loses focus.</description>
</key>
Expand Down
@@ -0,0 +1,8 @@
fixes:
- |
Changed Toggle Hide on Lose Focus Shortcut to Shift-Ctrl-F1.
Instead of change Go to tab1 shortcut, because Ctrl-F1 is in the pool Ctrl-Fn of change to tabs.

- Fix issue Ctrl+F1 does two jobs in Keyboard Shortcuts Page #1719