Keys don't track input source
Hi, it looks like apps that use ShortcutRecorder can't automatically update shortcuts when the keyboard layout changes. All the other apps I use do.
Steps to reproduce:
- set a shortcut to
ctrl-alt-t - type
ctrl-alt-t, it will fire the assigned action - switch to Colemak (or Dvorak) -
system preferences > keyboard > input sources - type
ctrl-alt-t(Colemak'stis where QWERTY places thefkey), it won't fire the action - type
ctrl-alt-g(Colemak'sgis where QWERTY places thetkey), it will fire the action
Global shortcuts (shortcuts that can be triggered regardless of a currently active application) use key codes, not key symbols. When you change the input source the physical key is likely to remain the same. If you remove the qwerty layout input source from System Preferences after step 5, you will see shortcut recorder to re-render it as ctrl-alt-g.
Do you use a Colemak or a QWERTY physical keyboard? I think a keyboard specifically designed for the Colemak layout, if such exists, has the "t" key where you expect it.
That being said, I think with some modifications ShortcutRecorder can be modified to support Colemak / Dvorak properly if it is the only ABC input source configured in System Preferences.
I shared my ideas of how this can be implemented with the Timelime's support.