diff SkeletonKey/SkeletonKey.lua @ 19:67db6b712bf3

- option checkbutton literals are stored by enclosure - detect and save any old keybindings when a slot is assigned (anything that begins with 'CLICK KeyBinder*' is ours) - mouseover mode key input will stay active after leaving a button - button border flashes when a non-modifier key is pressed
author Nenue
date Sat, 30 Jul 2016 19:08:11 -0400
parents 500f9b2bd9ac
children 73df13211b22
line wrap: on
line diff
--- a/SkeletonKey/SkeletonKey.lua	Sat Jul 30 03:33:09 2016 -0400
+++ b/SkeletonKey/SkeletonKey.lua	Sat Jul 30 19:08:11 2016 -0400
@@ -43,8 +43,10 @@
 }
 
 
+kb.SystemBindings = {}
+kb.ActionTypes = {}
+kb.TalentBindings = {}
 
-kb.inactiveTalentBindings = {}
 kb.configHeaders = {}
 kb.loadedProfiles = {}
 kb.orderedProfiles = {}