mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
wring keypress for german iso fixed. prettified
This commit is contained in:
parent
8e142d8cbe
commit
c024de4a87
1 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
#define ARRRIGHT CTL_T(KC_RIGHT)
|
||||
// german brackets
|
||||
#define GER_CUR_L RALT(KC_7) // [
|
||||
#define GER_CUR_R RALT(KC_9) // ]
|
||||
#define GER_CUR_R RALT(KC_0) // ]
|
||||
#define GER_PAR_L LSFT(KC_8) // (
|
||||
#define GER_PAR_R LSFT(KC_9) // )
|
||||
#define GER_ANG_L KC_NUBS // <
|
||||
|
|
Loading…
Reference in a new issue