-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Hud shortcut messes with IntelliJ shortcuts #15
Comments
@carolosf - I don't know/use IntelliJ, so I'm not sure which shortcuts it's messing with. However, I just installed it and noticed that the window itself doesn't respond to a few other commands that don't use the Alt key (like tiling, for example), and it doesn't seem related to the HUD. Do you have more specific examples so that I can dig further? |
ALT + 1 should show and hide the project tree I was having trouble with ALT + Insert and ALT + Enter because they are very common IntelliJ shortcuts. |
@carolosf - yeah, I see how Alt+Insert wouldn't really work. The way HUD determines which keys to forward where is based on a list generated by GTK that tells HUD if a keycode is valid for an existing window or for a global shortcut. The You can probably try hitting Insert twice ( As for Alt+1 and Alt+Enter, they are fixed by that auto-generated list of keycodes, but it's not part of 17.10 - it's currently tagged for 18.04.0 but I'm not sure if it will be backported (if you're up for it, you can try building from the tag in your own computer and get the Alt+1/2/3/Enter shortcuts fixed, otherwise you'd need to do the same as for Insert: To answer your question about Unity: Ubuntu Unity didn't have this issue because the HUD was baked directly into the Unity, with support from Compiz, whereas mate-hud runs as a separate script, so it has a few more hurdles to jump, as Xorg doesn't really support using Alt as a shortcut (the HUD just tricks Xorg into accepting it as one)... |
Hi, I use 17.10 and I have the same problem with firefox. I can't use alt+d to enter the address bar.
|
@cccplex - this doesn't seem to be an issue in 18.04. mate-hud has changed considerably since 17.10 and now plays nicer with other applications, including Firefox. |
Hi there,
The hud shortcut messes with IntelliJ shortcuts.
I have mitigated this by changing the shortcut to the right alt by running the following on the terminal:
~ gsettings get org.mate.hud shortcut 'Alt_L' ~ gsettings set org.mate.hud shortcut Alt_R ~ gsettings get org.mate.hud shortcut 'Alt_R'
Not sure why the hud on Ubuntu doesn't have this issue.
Thanks for working on ubuntu mate - my favourite distribution since Unity was removed from Ubuntu 17.10!
Keep up the good work.
The text was updated successfully, but these errors were encountered: