Keyboard and BMT pro

i would like to be able to use the “option” on my mac keyboard + a BMT pro mouse command …?

Hi,


Translator : Option Down
Incoming: Keystroke Option Down
-------
Rules:
ga=1
// 

// End of Rules
-------
Outgoing: None
Options: N/A
------

------
Translator : Option Up
Incoming: Keystroke Option Up
-------
Rules:
ga=0
// 

// End of Rules
-------
Outgoing: None
Options: NA
------

------
Translator :MIDI Message
Incoming: Note On MIDI CH 1 Note 0
-------
Rules:
 if ga!=1 then exit rules skip outgoing action
// 

// End of Rules
-------
Outgoing: Mouse click at  100,100
Options: Swallow
------

The first translator sets ga=1 when you hold down the option key. The second translator sets ga back to 0. The third translator sends the mouse message but only if the option button is down (ga=1).

Outgoing keystrokes are never suppressed.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

You are the best !