Document swap-hands tap-toggle feature (#15229)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: filterpaper <filterpaper@localhost>
This commit is contained in:
		
							parent
							
								
									f9e21a654c
								
							
						
					
					
						commit
						d8324e8a9c
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -27,5 +27,7 @@ Note that the array indices are reversed same as the matrix and the values are o | |||
| |`SH_MON`   |Swaps hands when pressed, returns to normal when released (momentary).   | | ||||
| |`SH_MOFF`  |Momentarily turns off swap.                                              | | ||||
| |`SH_TG`    |Toggles swap on and off with every key press.                            | | ||||
| |`SH_TT`    |Toggles with a tap; momentary when held.                                 | | ||||
| |`SH_TT`    |Momentary swap when held, toggles with repeated taps (see below).        | | ||||
| |`SH_OS`    |One shot swap hands: toggles while pressed or until next key press.      | | ||||
| 
 | ||||
| `SH_TT` swap-hands tap-toggle key is similar to [layer tap-toggle](feature_layers.md?id=switching-and-toggling-layers). Tapping repeatedly (5 taps by default) will toggle swap-hands on or off, like `SH_TG`. Tap-toggle count can be changed by defining a value for `TAPPING_TOGGLE`. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Albert Y
						Albert Y