Hey there,
there seems to be an issue with the way Sequential handles keyboard shortcuts on azerty: shortcuts seem to be bound to the key's position, not to the character that's entered.
For example:
- Pressing
⌘ + , does not open Preferences, it minimizes the window instead (like ⌘ + M), because on azerty , is where m is on a qwerty layout.
A quits Sequential (A is placed where Q is on a qwerty layout)
This issue does not affect all keyboard shortcuts (for example ⌘ + Maj + A works fine). I tried to look at the code in PGDocumentController.m, #L647 but my knowledge of Obj-C is very limited.