Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defcommand rat-top () ()
- "Send the mouse to the top left of the screen."
- (ratwarp 3 3))
- (define-key *root-map* (kbi "C-b") "rat-top")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement