Does anyone know what's the default shortcuts for ...
# intellij
b
Does anyone know what's the default shortcuts for most recently used next/previous editor (on MacOS)? I mapped mine to Ctrl+Tab Ctrl+Shift+Tab since it's very often the official shortcut for this. Since today for some unknown reason this stops working randomly until I restart IJ (has happened multiple times today, it's driving me crazy). I'm trying to see if I can remap the shortcut, but can't remember what it's called in the settings.
d
I also realized today that the shortcut isn’t working anymore. It is, IIRC, “Switcher” in the shortcuts list.
👀 1
b
yes that's the one! Thanks! So it was not customized after all, the default shortcut is Ctrl Tab / Ctrl Shift Tab. Are you saying you too have the same problem since today? But it's odd, there was no IJ update today, right?
the plot thickens... I have 2 projects open, no issue on one of them / doesn't work on the other one...
d
I only realized it today, might have been like that since Monday. I also don’t remember updating anything since the update to 2023.2. If it persists tomorrow I will try to find it file an issue on you track.
b
all right thanks for replying 🙂
d
I just realized that also something is off when I get those mini hover windows, e.g. when the parameter names are shown. I need to press ESC to continue typing, otherwise nothing gets typed ... Something is off with the installation.
b
I did have some plugin updates today... maybe one of them is the culprit... Maybe I will see something in the logs.
d
Found this one which seems to help for the CTRL-Tab issue: https://youtrack.jetbrains.com/issue/IDEA-326195/key-mapping-for-switcher-stopped-working
... please uncheck "Preferences | Appearance & Behavior | Appearance | Accessibility | Support screen readers".
No idea why it suddenly got activated, though.
b
it's not checked on my side 😞
but I just saw this in the logs, around the same moment it stopped working (again):
Copy code
2023-08-09 19:31:05,563 [1323626] SEVERE - #c.i.i.p.PluginManager - Can't create key stroke for control 10
java.lang.AssertionError: Can't create key stroke for control 10
	at com.intellij.openapi.actionSystem.KeyboardShortcut.fromString(KeyboardShortcut.java:68)
Looks related ... or maybe not