diff SkeletonKey/KeyButton.lua @ 49:9a9d7f2a7c07

- handle mouse input with string.upper - process input for the whole bindings frame region when a slot is activated - fix various errors arising from handler inconsistencies
author Nenue
date Thu, 18 Aug 2016 01:34:22 -0400
parents daff39af0c6d
children 1aba8a6fd4a9
line wrap: on
line diff
--- a/SkeletonKey/KeyButton.lua	Tue Aug 16 11:59:24 2016 -0400
+++ b/SkeletonKey/KeyButton.lua	Thu Aug 18 01:34:22 2016 -0400
@@ -302,8 +302,8 @@
       self.binding = binding
 
 
-
-      SetBinding(binding, self.command)
+      print('SetBinding', binding, self.command)
+      SetBinding(self.binding, self.command)
       SaveBindings(GetCurrentBindingSet())