e2ipi-1

Results 8 comments of e2ipi-1

Perhaps the `'v` shortcut is assigned to something else and Pano doesn't overwrite it. On my "Ubuntu 23.10/GNOME 45.2/Pano 22" installation, `gsettings get org.gnome.shell.keybindings toggle-message-tray` returns `['v', 'm']` and if...

I can set this shortcut manually via ``` gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected]/schemas set org.gnome.shell.extensions.pano global-shortcut "['v']" ``` If that helps...

For my part, I've chosen another way of using Pano, with two keyboard shortcuts, a method I share with you if it might be of interest to you or anyone...

Here's the method I'm using to overcome this problem while awaiting a more serious repair from the developers, and which gives good results with the "Ubuntu 23.10/GNOME 45.2/Pano 22" configuration...

@Totto16 Although I was not invited to do so, I was able to test your proposal. I made the modifications indicated in the `extension.js` file. Getting an error on my...

Thank you for your message and this clarification about Gda5. I was able to do some more tests. Taking up your idea around "matchValue" and "searchValue", the situation seems to...

Unfortunately, this leads to other problems. I just got an "Argument string may not be null" error, which forced me to clear the history to be able to restart the...

A workaround is proposed [here](https://github.com/oae/gnome-shell-pano/issues/196#issuecomment-1925423080)