Age | Commit message (Collapse) | Author |
|
Was trying to get this to work a while ago and it's been sitting
uncommitted in my local repo. Commit it just to have it, and try to
figure out how to get it to work later.
|
|
Scroll up, down, left, right using the number pad keys. Activate using
F14, or scroll lock.
|
|
Changed this to 'padclear', and the way the code is written, we can't
have two shortcuts to activate & deactivate the mode. Just keep one.
|
|
|
|
Send 'down' when pressing the key, and 'up' when releasing. This sort of
enables us to drag things, but I wasn't able to get an animation while
dragging a window to test this. Looks like I'll need to work out a way
to send mouse dragged events.
|
|
Add an additional mode switch with the num lock or 'clear' key.
|
|
Now we can move by large (100px) increments, as well as smaller 10px and
1px increments for more precision.
|
|
Proof of concept of shortcuts to move the mouse around.
|