-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Dear @Stunkymonkey, thanks for developing & maintaining this extension, I find it very useful.
After I installed it on Ubuntu 24.04.01 (Wayland) GNOME 46, I realized the keybinding does not work.
You already reacted to this issue in 2022 and 2024 here, clarifying it does not work since GNOME 43 due to some dropped support for keybindings : #204, #68.
But I could not live without the keyboard shortcut, so I developed my own small extension to support this. It uses python3-nautilus
just as your extension, and I made it work with Alt+t
to open a new Guake tab in current directory.
https://gist.github.com/paloha/17fa21cc7719b43a9d92c11f09bc25c9
My solution is only specific to my needs, but I thought it could be easy for you to integrate it into your extension to make the keybindings work again.
My answer to this question on AskUbuntu is relevant to this topic.