mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.02k stars 1.74k forks source link

Configurable hotkey to switch tabs #4038

Open HughHoyland opened 3 weeks ago

HughHoyland commented 3 weeks ago

Is your feature request related to a problem? Please describe.

I'm trying to switch tabs on MacOS with system hotkeys, Cmd-Shift-[ and Cmd-Shift-], and I cannot.

I cannot find the function is custom keybindings.

Describe the solution you'd like I'd like either:

Describe alternatives you've considered

bjorn commented 3 weeks ago

These shortcuts (and shortcuts without menu action in general) are unfortunately not configurable yet. Alt-Left/Alt-Right and Ctrl-Tab/Ctrl-Shift-Tab are both supported, but I understand that the latter (mapping to Cmd-Tab on macOS) is already taken by a system shortcut.

The easiest fix for now should be to change the Cmd-Tab and Cmd-Shift-Tab bindings to Cmd-Shift-[ and Cmd-Shift-] on macOS.