Mercurial > wow > skeletonkey
comparison SkeletonKey/KeyBinds.lua @ 9:5555dc7090b8
even more refactor leftovers
| author | Nenue |
|---|---|
| date | Thu, 28 Jul 2016 17:35:01 -0400 |
| parents | 539fd88338f2 |
| children | e7977b336bf7 |
comparison
equal
deleted
inserted
replaced
| 8:539fd88338f2 | 9:5555dc7090b8 |
|---|---|
| 333 for i, key in pairs(keys) do | 333 for i, key in pairs(keys) do |
| 334 --print('clearing', key) | 334 --print('clearing', key) |
| 335 SetBinding(key, nil) | 335 SetBinding(key, nil) |
| 336 SaveBindings(GetCurrentBindingSet()) | 336 SaveBindings(GetCurrentBindingSet()) |
| 337 if kb.currentProfile.bindings[key] then | 337 if kb.currentProfile.bindings[key] then |
| 338 kb:print(BINDING_REMOVED:format(self.actionName, configHeaders[db.bindMode])) | 338 kb:print(BINDING_REMOVED:format(self.actionName, kb.configHeaders[db.bindMode])) |
| 339 kb.currentProfile.bindings[key] = nil | 339 kb.currentProfile.bindings[key] = nil |
| 340 end | 340 end |
| 341 if kb.currentProfile.talents[self.actionName] then | 341 if kb.currentProfile.talents[self.actionName] then |
| 342 kb.currentProfile.talents[self.actionName] = nil | 342 kb.currentProfile.talents[self.actionName] = nil |
| 343 end | 343 end |
