Mercurial > wow > skeletonkey
comparison 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 |
comparison
equal
deleted
inserted
replaced
48:83b941c7e260 | 49:9a9d7f2a7c07 |
---|---|
300 end | 300 end |
301 | 301 |
302 self.binding = binding | 302 self.binding = binding |
303 | 303 |
304 | 304 |
305 | 305 print('SetBinding', binding, self.command) |
306 SetBinding(binding, self.command) | 306 SetBinding(self.binding, self.command) |
307 SaveBindings(GetCurrentBindingSet()) | 307 SaveBindings(GetCurrentBindingSet()) |
308 | 308 |
309 | 309 |
310 | 310 |
311 local talentInfo | 311 local talentInfo |