diff SkeletonKey/KeySlot.lua @ 18:91398d284a99

- stickyMode and hoverInput togglers with tooltips - remove keybinds via an interface button - turn off key input when receiving GAMEMENU key - ignore modifier keys - mask out key selections that are bound to core interface functions (todo: selectively free up combinations involving 1-6, F1-F12, etc.)
author Nenue
date Sat, 30 Jul 2016 03:33:09 -0400
parents 500f9b2bd9ac
children 67db6b712bf3
line wrap: on
line diff
--- a/SkeletonKey/KeySlot.lua	Sat Jul 30 00:08:00 2016 -0400
+++ b/SkeletonKey/KeySlot.lua	Sat Jul 30 03:33:09 2016 -0400
@@ -197,7 +197,7 @@
     SetBinding(key, nil)
     SaveBindings(GetCurrentBindingSet())
     if kb.currentProfile.bindings[key] then
-      kb:print(L('BINDING_REMOVED', self.actionName, kb.currentHeader))
+      --kb:print(L('BINDING_REMOVED', self.actionName, kb.currentHeader))
       kb.currentProfile.bindings[key] = nil
     end
     if kb.currentProfile.talents[self.actionName] then