Thursday, 20 June 2019

keyboard - Use keys for mouse buttons on linux. Alternative to AHK?

On windows I have an autohotkey script which:



  • Only works when caps lock is on

  • Generates left, middle and right mouse button events when left control, menu and alt keys are pressed

  • Allows holding the keys down (for dragging objects)


Is there an easy way of duplicating this functionality in linux?

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...