a) Provide the users with the (optional, of course) means to skip that popup list (I see now how ctrl-left and ctrl-right work on the tabs, so I guess ctrl-tab and ctrl-shift-tab could already be mapped on it... I hope).a) uncheck "Settings -> Environment... -> Notebooks appearance -> Tooltips on tabs -> Show tooltips",
b) Make ctrl-left and ctrl-right do what they're supposed to do.
c) Don't eat keystrokes when a tab hint shows up.
a) uncheck "Settings -> Environment... -> Notebooks appearance -> Tooltips on tabs -> Show tooltips",
Um, that's not what I meant... I meant the little window that says:Code-----------------------------
Open Files
file1.cpp
file2.cpp
etc.
-----------------------------
whenever I press ctrl-tab or ctrl-shift-tab.
b) Thanks!
c) Thanks again!
Try to change the shortcut-key for "View -> Switch tabs" with the keybinder plugin.
For the key-eating (or better the forced mouse focus), it's done always on windows, not only if scrolling with the mouse-wheel is enabled, but this can most likely be changed easily (it's on my todo-list).
Unfortunately the eat key thing is something broken in the wxWidgets. It happens also for the debugger tooltips.
If you know a way to fix this problem, I'll be happy to implement the fix :)
Not reallay, the only part of the key-event I can catch is the key-up.Unfortunately the eat key thing is something broken in the wxWidgets. It happens also for the debugger tooltips.
If you know a way to fix this problem, I'll be happy to implement the fix :)
Is there still no fix for this? (Drives me nuts when using a trackpad)