My 6-button mouse

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10099
Joined: Fri Feb 19, 2010 10:17 am

Re: My 6-button mouse

Post by richmond62 » Mon Feb 24, 2020 11:46 am

Both buttons 4 and 5 provide the same service inwith a web-browser:

On clicking button 4 or 5 an odd, grey 'thing' appears in the browser window:
-
Screenshot 2020-02-24 at 12.44.15.png
Screenshot 2020-02-24 at 12.44.15.png (12.58 KiB) Viewed 1836 times
-
Once that symbol appears one can navigate up and down a browser window by, simply, pushing the mouse
forwards or backwards.

Clicking button 4 or 5 for a second time returns the mouse to standard functionality.

LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1232
Joined: Thu Apr 11, 2013 11:27 am

Re: My 6-button mouse

Post by LCMark » Mon Feb 24, 2020 12:10 pm

@richmond62: It says precisely what the buttons on the device do in the technical spec sheet:

6 Buttons (Left & Right Click, Back & Forward,
DPI Switch, Scroll Wheel and Middle Button)

One is to control sensitivity of device (DPI Switch) - so that's not an input button

Three are the 'normal' mouse buttons (Left, Middle, Right)

And two are 'Back and Forward' buttons - doing a google search for - "back and forward mouse buttons mac os x" should give you the info you need to leverage them in macOS apps generally.

Post Reply