ConnorMeyers / obsidian-chorded-hotkeys

Type multiple letters at the same time to trigger text insertion, template insertion, or command execution.
GNU Affero General Public License v3.0
28 stars 0 forks source link

Making it work with international characters #2

Closed huyz closed 10 months ago

huyz commented 1 year ago

On Mac, I'm trying to use the chord <M-o>c, which is basically holding the ⌥ key, pressing o. In macOS, this creates the accented character ø. But I tried øc and that doesn't work.

ConnorMeyers commented 1 year ago

Special characters should already work as expected. I believe the issue here is that event keys (shift, cmd, ctrl, etc.) are not currently supported. Triggering chords via event keys does not align with the intent of this plugin, as those use cases are already covered by built-in hotkey features.