bugfix: Custom lock key for Windows (#3334)

Win+Shift+L => Win+L
and update readme
This commit is contained in:
epaew 2018-07-08 03:53:59 +09:00 committed by Drashna Jaelre
parent 3d7428a333
commit 03766619d5
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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