I'm running Ubuntu on a Thinkpad with a "nipple thingy mouse" and would love to have a way to make super-up and super-down send scrollwheel events. any ideas?

Really I'm looking for a way to convieniently scroll so other ideas are very welcome.

link|improve this question

62% accept rate
What is this "nipple thingy mouse" you speak of and where can I get one!?! :-) – Josh Nov 24 '09 at 7:06
1  
@Josh: xkcd.com/243 – Lohoris Nov 25 '09 at 11:25
feedback

2 Answers

I'm going to direct you to this Autohotkey for Ubuntu question. Basically, I and others here could do this in AHK for Windows, and it seems that there are a few growing equivalents in Linux. A fairly simple remapping of a key or key combination to whatever you want.

If you can find how to do this feature, you'll maybe go on to work out how to do everything you've ever wanted to do. That's been my experience with AHK, I hope that the Linux equivalents are up to it. Good luck.

link|improve this answer
the autohotkey for ubuntu question doesn't have a working answer. (yet). If i interpret your answer loosely you are suggesting creating a key binding that calls a script that sends a mouse event to the current window? – Arthur Ulfeldt Nov 22 '09 at 19:59
Yeah sorry. The answers given are in development- IronAHK seems pretty exciting, source code available (if you are happy to work with that.) But yes, the principle is to recognise an input code (nipple down) and replace it with another (scroll down). – outsideblasts Nov 22 '09 at 20:35
feedback
  • Up and Down scroll slowly.
  • Page Up and Page Down scroll one screen at a time.
  • Home and End scroll to the start/end of the screen.
link|improve this answer
I'm looking for something that will work in any program. – Arthur Ulfeldt Nov 21 '09 at 3:25
These should work in any program. – Macha Nov 21 '09 at 8:20
If the developer chose to handle them correctly. – John T Nov 22 '09 at 6:58
Also, Up and Down will work in any program. – Macha Nov 23 '09 at 17:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.