9 Commits

Author SHA1 Message Date
Mitchell Hashimoto
eba3d5414d
macos: Ghostty.Config to store all config-related operations 2024-01-14 15:53:33 -08:00
Mitchell Hashimoto
92d172377e
macos: don't do full surface-style key translation for imgui 2023-10-24 15:27:14 -07:00
Mitchell Hashimoto
d50ff6ece7
macos: complete cimgui events 2023-10-24 15:27:14 -07:00
Mitchell Hashimoto
0e4b91de88
macos: stylistic changes 2023-09-28 08:34:27 -07:00
Gregory Anders
1fbd5e5590
macos: add keyEquivalent overload to also return modifier string 2023-09-28 08:28:46 -07:00
Gregory Anders
4837d840f6
macos: create modifier flags as OptionSet instead of from array
Nit picky change, but the OptionSet class (which NSEvent.ModifierFlags
is an instance of) has an API for incrementally setting values without
needing to create an array.
2023-09-28 08:28:46 -07:00
Mitchell Hashimoto
76053460d5
macos: sync File menu 2023-08-31 11:40:21 -07:00
Mitchell Hashimoto
c7071a1da2
macos: complete lookup table for key equivalents 2023-08-31 11:14:07 -07:00
Mitchell Hashimoto
52396304ff
macos: begin syncing menuitem key equivalents 2023-08-30 22:45:29 -07:00