Эх сурвалжийг харах

Add key caveat to combos doc

Drashna Jaelre 6 жил өмнө
parent
commit
d3a6296199
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      docs/feature_combo.md

+ 1 - 0
docs/feature_combo.md

@@ -19,6 +19,7 @@ combo_t key_combos[COMBO_COUNT] = {COMBO(test_combo, KC_ESC)};
 This will send "Escape" if you hit the A and B keys.
 
 !> This method only supports [basic keycodes](keycodes_basic.md). See the examples for more control.
+!> You cannot reuse (share) keys in combos. Each key should only belong to a single combo.  
 
 ## Examples