Mitchell Hashimoto 35e78939e5 macos: ignore alt key with other modifiers set
This enables shifted alt-prefixed keys, such as `shift+alt+.` on
US standard becoming `M->`. To do this, we needed to fix a few bugs:

  (1) translation mods should strip alt even if other mods are set
  (2) AppKit translation event needs to construct new characters with
      the translation mods.
  (3) Alt-prefix handling in KeyEncoder needs to allow ASCII utf8
      translations even for macOS.
2023-11-13 19:21:51 -08:00
..
2023-10-24 15:02:26 -07:00
2023-11-12 22:20:28 -08:00
2023-06-30 12:15:31 -07:00
2023-10-24 15:27:16 -07:00
2023-09-23 22:46:16 -07:00
2023-11-05 18:03:22 -08:00
2023-11-11 17:25:48 -05:00
2023-08-08 14:27:34 +02:00
2023-09-20 12:35:52 -07:00
2023-11-05 23:41:45 +00:00
2022-08-18 11:42:32 -07:00
2023-11-05 17:59:08 -08:00
2022-04-26 16:18:34 -07:00
2023-08-08 14:27:34 +02:00