We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f48f9 commit 2be96d3Copy full SHA for 2be96d3
config.go
@@ -108,7 +108,7 @@ var defaultConfig = &Config{
108
AutoUpdateEnabled: true, // Set a default value
109
ActiveExtension: "",
110
KeyboardMacros: []KeyboardMacro{},
111
- KeyboardLayout: "en-US",
+ KeyboardLayout: "en_US",
112
DisplayMaxBrightness: 64,
113
DisplayDimAfterSec: 120, // 2 minutes
114
DisplayOffAfterSec: 1800, // 30 minutes
ui/src/hooks/stores.ts
@@ -400,7 +400,7 @@ export const useDeviceSettingsStore = create<DeviceSettingsState>(set => ({
400
});
401
},
402
403
- keyboardLayout: "en-US",
+ keyboardLayout: "en_US",
404
setKeyboardLayout: layout => set({ keyboardLayout: layout }),
405
}));
406
0 commit comments