aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_swap_hands.md
Commit message (Collapse)AuthorAgeFilesLines
* One shot support for swap hands (#8590)Zsolt Parragi2020-05-141-0/+1
| | | | | | | | | | | | | | | | This commits add the SH_OS keycode, which works similarly to one shot layers: * while pressed, the keyboard is swapped * if no keys were pressed while it was pressed, the next key press is swapped SH_OS also supports chaining with one shot layers: OSL(x) + SH_OS + key interprets the key press on the oneshot layer. The ONESHOT_TIMEOUT setting used by one shot keys and layers is also used by oneshot swap hands. In the above chaining scenario the timeout of the oneshot layer is reset when swap hands is activated. Resolves #2682
* fix swap_hands keycodes in documentation (#3588)wanleg2018-08-071-4/+4
|
* Add keycodes for swap-hands feature.Joe Wasson2018-03-161-11/+10
|
* Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson2018-03-161-1/+1
|
* Add back docs for hand-swapping feature.Joe Wasson2018-03-071-0/+31