| View previous topic :: View next topic |
| Author |
Message |
Amablue
Joined: 13 Dec 2006 Posts: 95 Location: California
Digg It |
Posted: Thu Dec 28, 2006 1:11 pm Post subject: How would I make a script to make + and - jump through tabs |
|
|
| I'm customizing the Wiimote IR Mouse script for internet browsing so I've edited some of the stuff (I changed B from the right click to a pseudo alt key that makes the arrow keys into page up and page down as well as next and previous). I can't figure out if there's a clean way to just move one tab at a time to the left or right in firefox though. |
|
| Back to top |
|
 |
zed0

Joined: 23 Dec 2006 Posts: 25
Digg It |
Posted: Thu Dec 28, 2006 2:55 pm Post subject: |
|
|
Ctrl+Tab moves one way and Ctrl+PageDown moves the other. _________________ My "sensor" bar. |
|
| Back to top |
|
 |
brandon_r87
Joined: 14 Jan 2007 Posts: 4
Digg It |
Posted: Sun Jan 14, 2007 7:15 pm Post subject: |
|
|
Ctrl-PageUp and Ctrl-PageDown
Ctrl-Tab and Ctrl-Shift-Tab
Both sets work in Firefox. I would just find all the keyboard shortcuts for whatever browser you're using. That gives me an idea though, Wiimote browsing with MouseGestures! |
|
| Back to top |
|
 |
TylerK

Joined: 18 Dec 2006 Posts: 384 Location: Springfield, IL
Digg It |
Posted: Mon Jan 15, 2007 1:25 am Post subject: |
|
|
Yeah, it would be this: | Code: | Control && Tab = Wiimote.Plus
Control && Shift && Tab = Wiimote.Minus |
|
|
| Back to top |
|
 |
|