ReimuNotMoe / ydotool

Generic command-line automation tool (no X!)
GNU Affero General Public License v3.0
1.52k stars 82 forks source link

Update ydotoold.c #223

Closed aaronjamt closed 9 months ago

aaronjamt commented 9 months ago

The argument list and argument parsing switch statement disagree, the argument list uses "--touch-on"/"-T" to set ENABLE_ABS, while the switch statement was expecting "-A" (likely for "--absolute-on", or "--absolute-enable", or similar).