Skip to content

Commit 905c6d9

Browse files
committed
Update default settings for KeymapEditor
1 parent 5f8515f commit 905c6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/src/store/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ export const vbusPinHint = computed(() => {
700700

701701
export const userSettings = useStorage('user-settings', {
702702
reduceKeymapColors: false,
703-
autoSelectNextKey: true
703+
autoSelectNextKey: false
704704
})
705705

706706
export const serialKeyboards = ref<any[]>([])

0 commit comments

Comments
 (0)