Mitchell Hashimoto 9ac929ef8e macos: unicode keybindings must convert to string properly
Fixes #2848

The proper way to convert a unicode scalar in Swift is to use the
`String` initializer that takes a `UnicodeScalar` as an argument. We
were converting a number to a string before, which is incorrect.
2024-11-29 14:21:46 -08:00
..
2024-08-05 13:56:57 +02:00
2024-06-24 15:16:24 -07:00
2024-04-17 20:50:50 -07:00
2024-08-16 10:16:46 -07:00