We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dd6c6 commit d1e6cbbCopy full SHA for d1e6cbb
keyboards/crkbd/keymaps/victorgalo/keymap.c
@@ -512,12 +512,14 @@ bool caps_word_press_user(uint16_t keycode) {
512
switch (keycode) {
513
// Keycodes that continue Caps Word, with shift applied.
514
case KC_A ... KC_Z:
515
- case KC_MINS:
516
- // Apply shift to the next key.
517
- add_weak_mods(MOD_BIT(KC_LSFT));
518
- return true;
+
+ // case KC_MINS:
+ // // Apply shift to the next key.
+ // add_weak_mods(MOD_BIT(KC_LSFT));
519
+ // return true;
520
521
// Keycodes that continue Caps Word, without shifting.
522
+ case KC_MINS:
523
case KC_1 ... KC_0:
524
case KC_BSPC:
525
case KC_DEL:
0 commit comments