kvm/ui/src/hooks
Marc Brooks 5fb8d866ba
refactor(ui): Refactor the keyboardLayouts (#497)
Add missing keyboard mappings for most layouts
Change  pasteModel.tsx to use the new structure and vastly clarified the way that keys are emitted.
Make each layout export just the KeyboardLayout object (which is a package of isoCode, name, and chars)
Made keyboardLayouts.ts export a function to select keyboard by `isoCode`, export the keyboards as label . value pairs (for a select list) and the list of keyboards.
Changed devices.$id.settings.keyboard.tsx use the exported keyboard option list.
2025-07-11 17:49:06 +02:00
..
stores.ts refactor(ui): Refactor the keyboardLayouts (#497) 2025-07-11 17:49:06 +02:00
useAppNavigation.ts Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
useFeatureFlag.ts Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
useJsonRpc.ts Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
useKeyboard.ts Add keyboard macros (#305) 2025-04-11 00:43:46 +02:00