From 72416e94322107d98ab651c33af6c11940e7095e Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Fri, 5 Jun 2015 16:32:19 -0700 Subject: [PATCH] Don't allow user to change function of modifier buttons. --- libs/surfaces/mackie/button.h | 11 +++++++---- 1 file 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,