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

Super shortcut breaks other shortcuts using Super key #275

Open
eleventeen opened this issue Jan 18, 2023 · 0 comments
Open

Super shortcut breaks other shortcuts using Super key #275

eleventeen opened this issue Jan 18, 2023 · 0 comments

Comments

@eleventeen
Copy link

Mint 21.1

Problem:

  1. With mintmenu active with default settings set Compiz as a window manager.
  2. Activate Scale plugin.
  3. Press Super+w (default shortcut in Scaleplugin) - doesn't work.
  4. Press Super+Shift+w (default shortcut in Scale plugin) - doesn't work. But Shift+Super+w works.

Possible solutions:

  1. Use mate-menu instead of mintmenu.
  2. Copy keybinding.py from mate-menu to mintmenu with necessary modifications:
root@mint21:/usr/lib/linuxmint/mintMenu# diff keybinding.py /usr/lib/python3/dist-packages/mate_menu/keybinding.py
213c213
<     def __init__(self):
---
>     def __init__(self, desc):
214a215,218
>         self.desc = desc
>         self.label = Gtk.Label(label=desc)
>         if self.desc != "":
>             self.pack_start(self.label, False, False, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant