View Single Post
Old 01-21-2020, 10:40 AM   #6099
WaveTrans
Human being with feelings
 
Join Date: Aug 2019
Location: Forest City
Posts: 336
Default

Any ideas, why the modifiers donīt work with the Nano?

Since many .zon files contain shift+somebutton commands I assume they are implemented.

Quote:
Originally Posted by WaveTrans View Post
I tried modifier combinations like
SHIFT+Rotary1 but found none of the modifiers work on the IconNano.

I checked with the latest MCU files but couldnīt find any obvious syntax problems.

Anything else I missed or could do to get this running?

.mst
Code:
...
 /Purple5 
Widget Shift
	Press 90 46 7f 90 46 00
WidgetEnd
 /Purple6 
Widget Option
	Press 90 47 7f 90 47 00
WidgetEnd
 /Purple7 
Widget Control
	Press 90 48 7f 90 48 00
WidgetEnd
 /Purple8 
Widget Alt
	Press 90 49 7f 90 49 00
WidgetEnd
....
.zon
Code:
Zone "Buttons|"
	....
	/modifiers
	Shift 		Shift
	Option 		Option
	Control 	Control
	Alt 		Alt
...
ZoneEnd
WaveTrans is online now   Reply With Quote