hotkey for scrollwheel

2

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.

Arthur Ulfeldt

Posted 2009-11-04T18:13:57.140

Reputation: 1 208

What is this "nipple thingy mouse" you speak of and where can I get one!?! :-) – Josh – 2009-11-24T07:06:11.170

1

@Josh: http://xkcd.com/243/

– o0'. – 2009-11-25T11:25:26.120

Answers

1

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.

outsideblasts

Posted 2009-11-04T18:13:57.140

Reputation: 6 297

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 – 2009-11-22T19:59:39.260

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 – 2009-11-22T20:35:28.627

-1

  • 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.

Macha

Posted 2009-11-04T18:13:57.140

Reputation: 4 772

I'm looking for something that will work in any program. – Arthur Ulfeldt – 2009-11-21T03:25:19.800

These should work in any program. – Macha – 2009-11-21T08:20:32.310

If the developer chose to handle them correctly. – John T – 2009-11-22T06:58:03.177

Also, Up and Down will work in any program. – Macha – 2009-11-23T17:49:45.070