Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anyway for a macro to enable or disable others?
#1
I'm looking for a way to quickly enable or disable a set of macros. Extremely simple example would be this:

Main macro, trigger is =
Turns on macros 2-12
Macro 2 turns the 1 key into Shift 1
Macro 3 turns the 2 key into Shift 2
Macro 4 turns the 3 key into Shift 3
Macro 5 turns the 4 key into Shift 4
Macro 6 turns the 5 key into Shift 5
Macro 7 turns the 6 key into Shift 6
Macro 8 turns the 7 key into Shift 7
Macro 9 turns the 8 key into Shift 8
Macro 10 turns the 9 key into Shift 9
Macro 11 turns the 0 key into Shift 0
macro 12 turns the - key into Shift -
When I am done, pressing = will turn off macros 2-12


What I am really trying to do is much more complex on macros 2-12, but what those are aren't the focus, just being able to toggle them from disabled to enabled.
#2
Function Function9
Code:
Copy      Help
dis- "Macro3" ;;enables
1
dis+ "Macro3" ;;disbales
1
dis "Macro3" ;;toggles
#3
Works great, thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)