diff SkeletonKey/Events.lua @ 17:500f9b2bd9ac

- for RegisterAction, use a function table instead of that if/then rats nest - consequently pet bar actions work now - unlocalize bindings data - activate keyslot input manually instead of on mouse over - activate checkbox to keep input mode active - dynamic buttons update in real time for petaction/talent/profession spells
author Nenue
date Sat, 30 Jul 2016 00:08:00 -0400
parents 32d64e42ec9b
children 73df13211b22
line wrap: on
line diff
--- a/SkeletonKey/Events.lua	Fri Jul 29 21:18:15 2016 -0400
+++ b/SkeletonKey/Events.lua	Sat Jul 30 00:08:00 2016 -0400
@@ -41,11 +41,13 @@
 kb.PLAYER_SPECIALIZATION_CHANGED =  function()
   kb.UpdateSpecInfo()
   kb.UpdateTalentInfo()
+  kb.SelectProfileSet(kb.profileName)
   kb.ApplyAllBindings()
   kb.ui(true)
 end
 kb.PLAYER_TALENT_UPDATE = function()
   kb.UpdateTalentInfo()
+  kb.SelectProfileSet(kb.profileName)
   kb.ApplyAllBindings()
   kb.ui()
 end