-
Notifications
You must be signed in to change notification settings - Fork 578
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
Some shortcut keys are abnormal #1939
Comments
Guake 3.8 revamped keyboard shortcut code to enable CTRL+tab in keyboard shortcuts. The default shortcut for next and previous tab was changed to CTRL+tab and CTRL+SHIFT+tab. For the others, what keyboard binding are those shortcuts assigned to and are you using a non US keyboard layout? |
Now I set the keyboard layout to US, but the shortcut keys are still abnormal System Locale: LANG=en_US.UTF-8
VC Keymap: us
X11 Layout: us
X11 Model: pc105+inet
X11 Options: terminate:ctrl_alt_bksp I don't want to use the next and previous tab shortcuts, I like to switch tabs according to the number. The following is my shortcut key binding: guake configuration[keybindings/global] [keybindings/local] |
Your zoom in/out keys probably feel like they're reversed because of these two settings:
It might feel more natural if you flip these around. The guake default should also be this, but reversed. The numbered switch tab shortcuts seem to work, but they're all offset by one. Close tab doesn't close tab, as described. On more investigation, it looks like all CTRL+ALT keybindings are unresponsive. Close terminal shortcut worked with alt+f4, but that may have just been the default desktop behavior for the keybinding. On more investigation, looks like the function for close terminal just doesn't work. Will update when I get a fix in for this. |
About zoom in/out keys, what I set in the preferences is correct, but what I print out with |
Still unable to reproduce the zoom swap, but attached pull request should fix the other keyboard shortcut issues. |
Can you tell me where the guake configuration information is stored, I still use the original configuration after reinstalling guake, thanks. |
Our org.guake.gschema.xml file contains the defaults, we don't yet have a reset default option but we have an issue open and there was a WIP patch posted in there. |
Uh, I didn’t make it clear. What I want to know is how to restore guake to its default configuration. After I reinstall guake, it still uses my modified configuration. |
Yeah, we don't have a nice button for that but there's some work happening issue #1872 towards it, looks like it got dropped halfway but if you want to finish what the guy started then we'll have a nice clean settings reset button. Otherwise, I think you can accomplish what you want by cleaning out entries in dconf editor |
Sorry, I'm not sure I have time to do this. |
Describe the bug
Some shortcut keys are abnormal:
switch-tab
,close-tab
andclose-terminal
do not respondzoom-in
andzoom-out
are reversedExpected behavior
All shortcut keys perform their duties.
Actual behavior
Some shortcut keys are normal, some shortcut keys do not respond, and some shortcut keys are reversed.
To Reproduce
Only upgrade from 3.7.0 to 3.8.0.
$ guake --support
Guake Version: 3.8.0
Vte Version: 0.66.0
Vte Runtime Version: 0.66.0
GTK+ Version: 3.24.30
GDK Backend: <GdkX11.X11Display
Desktop Session: i3
Display: :0
RGBA visual: True
Composited: True
The text was updated successfully, but these errors were encountered: