2022-10-04 02:33:07 +05:30
|
|
|
# warpd
|
|
|
|
|
|
|
|
> A modal keyboard driven pointer manipulation program.
|
2024-05-28 11:25:30 -05:00
|
|
|
> More information: <https://github.com/rvaiya/warpd/blob/master/warpd.1.md>.
|
2022-10-04 02:33:07 +05:30
|
|
|
|
|
|
|
- Run warpd in normal mode:
|
|
|
|
|
|
|
|
`warpd --normal`
|
|
|
|
|
|
|
|
- Run warpd in hint mode:
|
|
|
|
|
|
|
|
`warpd --hint`
|
|
|
|
|
|
|
|
- Move cursor left:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<h>`
|
2022-10-04 02:33:07 +05:30
|
|
|
|
|
|
|
- Move cursor down:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<j>`
|
2022-10-04 02:33:07 +05:30
|
|
|
|
|
|
|
- Move cursor up:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<k>`
|
2022-10-04 02:33:07 +05:30
|
|
|
|
|
|
|
- Move cursor right:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<l>`
|
2022-10-04 02:33:07 +05:30
|
|
|
|
|
|
|
- Emulate left click:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<m>`
|