summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2015-06-05 16:32:19 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-08 17:22:34 -0400
commit72416e94322107d98ab651c33af6c11940e7095e (patch)
treeedbb0fa98866ba57444fc631bacb59c3f84b6da9 /libs
parent88b0e0cd0b152729bc7178d54824b05cb05d66bd (diff)
Don't allow user to change function of modifier buttons.
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/mackie/button.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/libs/surfaces/mackie/button.h b/libs/surfaces/mackie/button.h
index f14060da4b..61f09d7a03 100644
--- a/libs/surfaces/mackie/button.h
+++ b/libs/surfaces/mackie/button.h
@@ -70,10 +70,6 @@ public:
Busses,
Outputs,
User,
- Shift,
- Option,
- Ctrl,
- CmdAlt,
Read,
Write,
Trim,
@@ -107,6 +103,13 @@ public:
FinalGlobalButton,
+ /* Global buttons that users should not redefine */
+
+ Shift,
+ Option,
+ Ctrl,
+ CmdAlt,
+
/* Strip buttons */
RecEnable,