comparison 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
comparison
equal deleted inserted replaced
18:91398d284a99 19:67db6b712bf3
41 [BINDING_TYPE_CHARACTER] = L('Applied when you log onto this character.'), 41 [BINDING_TYPE_CHARACTER] = L('Applied when you log onto this character.'),
42 [BINDING_TYPE_SPECIALIZATION] = L('Applied when you select this specialization.'), 42 [BINDING_TYPE_SPECIALIZATION] = L('Applied when you select this specialization.'),
43 } 43 }
44 44
45 45
46 46 kb.SystemBindings = {}
47 kb.inactiveTalentBindings = {} 47 kb.ActionTypes = {}
48 kb.TalentBindings = {}
49
48 kb.configHeaders = {} 50 kb.configHeaders = {}
49 kb.loadedProfiles = {} 51 kb.loadedProfiles = {}
50 kb.orderedProfiles = {} 52 kb.orderedProfiles = {}
51 kb.buttons = {} 53 kb.buttons = {}
52 kb.macros = {} 54 kb.macros = {}