bugfix: Custom lock key for Windows (#3334)
Win+Shift+L => Win+L and update readme
This commit is contained in:
parent
3d7428a333
commit
03766619d5
|
@ -139,7 +139,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
|
|||
if (edvorakjp_config.enable_kc_lang) {
|
||||
SEND_STRING( SS_LCTRL(SS_LSFT(SS_TAP(X_POWER))) );
|
||||
} else {
|
||||
SEND_STRING( SS_LGUI("L") );
|
||||
SEND_STRING( SS_LGUI("l") );
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# edvorakjp
|
||||
|
||||
Epaew's Enhanced Dvorak layout for Japanese Programmer
|
||||
see [here](../../../../users/edvorakjp) for more informations.
|
||||
see [here](/users/edvorakjp) for more informations.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in New Issue