-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Unable to use Ctrl+TAB as keyboard shortcut #1674
Comments
Thank you for this report. On Windows Qt, Ctrl+Tab and Ctrl+Shift+Tab seem to be already the default, on the Qt side of things, to do 'move notebook page tab left/right'. The shortcuts dialog can capture ctrl+tab for me, but if I map it to 'open command palette', it looks like the Qt hardcoded hook is catching it before I get to it and it still does 'change page tab'. However if I map Ctrl+G or something to 'move page tab left', it works fine. Interesting shortcut propagation, and I hadn't realised my system was working exactly this way. I guess you don't have the Qt Ctrl+Tab hardcoded default, since you are trying to map it yourself. Can you try some things for me?
Am I right that Command+Tab normally moves between open Apps, like Alt+Tab would be on Windows? I wonder if that is hardcoded in macOS, so Qt can't use it somehow. What happens if you try Command+` or Ctrl+`? |
First of all, sorry for the late reply! I have tried a few things and here are the results:
Command+TAB does normally cycle through open applications, like Alt+TAB on Windows and Linux. I pressed Ctrl+` and Command+` a bunch and got this output:
Hmm, it doesn't look like it is able to see Command+` for some reason. It does, however, work as expected (at least from a macOS perspective) in that it cycles through windows of the same application. In other contexts, such as in Firefox, Chrome, or DuckDuckGo, Ctrl+TAB works as expected. |
Thanks. I know I do some silly stuff with Command vs Ctrl in macOS, so I wonder if something is being swallowed. I will investigate things my end a bit this week and post back here. |
Hey, I got caught up in rewrites this week and did not have time for this. Delay another week, sorry! |
Hydrus version
v608
Qt major version
Qt 6
Operating system
macOS 15 "Sequoia" (Intel)
Install method
Installer
Install and OS comments
Hydrus.Network.608.-.macOS.-.App.dmg
Bug description and reproduction
I am trying to use this key sequence to set the command "move page selection right" (and Ctrl+Shift+TAB to "move page selection left").
Log output
The text was updated successfully, but these errors were encountered: