Commit Graph

5 Commits

Author SHA1 Message Date
William Johnstone e53445067e
Update macros to use new keyboard implementation, add keyboard settings to new settings page, update PasteModal to use new keyboard implemention, dropped spanish mappings. 2025-04-12 17:01:43 +01:00
William Johnstone 940612ab6a
Updated keyboard character codes, added half working spanish mappings 2025-04-11 13:26:49 +01:00
William Johnstone 40b1c70be0
Added German (T1) mappings, UK mappings, updated UK apple mappings. Added functionality to disable keyboard mapping. 2025-02-25 00:44:17 +00:00
William Johnstone 7c40e2e011
Move keyboardmapping store to stores.ts, simplified some things, updated settings.tsx to set the keyboard layout properly. 2025-02-01 18:38:40 +00:00
William Johnstone 0e855adc35
Early implementation of different keyboard layouts.
Store is functioning as expected, adding new layouts should be trivial and easily scalable.

Implementation is different for each function that uses the keyboard (PasteModal vs Typing in the WebRTC window) these will all require their own testing.
2025-01-29 01:52:13 +00:00