tadeokondrak / plover_controller

Controller support for Plover
GNU General Public License v2.0
6 stars 2 forks source link

Stick motions can now cross the deadzone (if arpeggiated) #12

Closed Birdacious closed 4 months ago

Birdacious commented 5 months ago

Example mapping:

a -> A-
leftu -> S-
leftd -> T-
leftl -> P-
leftr -> H-

// Mappings that cross the deadzone
left(u,d) -> -F
left(l,r) -> -L
left(u,d,l,r) -> -Z

Example motions and their outputs:

hold A + ↑ = SA- hold A + ↑↓ = A-F hold A + ↑↓← = PA-F hold A + ↑↓←→ = A-Z hold A + ←→↑↓ = A-FL hold A + ←↑→↓ = STPHA-

tadeokondrak commented 5 months ago

Thanks for the contribution! I hope I can get to reviewing and testing it soon.

tadeokondrak commented 4 months ago

Thanks! Merged as 67f378c812f7dc0eb137a5dd097c0e462909d25e