From 15bd89c84d78fb33b476916bc8048fd78ef325a6 Mon Sep 17 00:00:00 2001 From: precondition <57645186+precondition@users.noreply.github.com> Date: Sat, 13 Aug 2022 00:01:45 +0200 Subject: [PATCH] Prettify default quantum keycodes info --- src/store/modules/keycodes/quantum.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/store/modules/keycodes/quantum.js b/src/store/modules/keycodes/quantum.js index fc81500f49..90c5921582 100644 --- a/src/store/modules/keycodes/quantum.js +++ b/src/store/modules/keycodes/quantum.js @@ -392,37 +392,37 @@ export default [ { label: 'Special action keys', width: 'label' }, { - name: 'Esc/~', + name: '` / ~\nEsc', code: 'QK_GESC', - title: 'Esc normally, but ~ when Shift or GUI is pressed' + title: 'Esc normally, but ` when GUI is active or ~ when Shift is active' }, { - name: 'LS/(', + name: 'LS / (', code: 'KC_LSPO', title: 'Left Shift when held, ( when tapped' }, { - name: 'RS/)', + name: 'RS / )', code: 'KC_RSPC', title: 'Right Shift when held, ) when tapped' }, { - name: 'LC/(', + name: 'LC / (', code: 'KC_LCPO', title: 'Left Control when held, ( when tapped' }, { - name: 'RC/)', + name: 'RC / )', code: 'KC_RCPC', title: 'Right Control when held, ) when tapped' }, { - name: 'LA/(', + name: 'LA / (', code: 'KC_LAPO', title: 'Left Alt when held, ( when tapped' }, { - name: 'RA/)', + name: 'RA / )', code: 'KC_RAPC', title: 'Right Alt when held, ) when tapped' },