ssCore.Keyboard.clearNotify is not working for hotkeys [82]
| status: | | closed | | priority: | | medium | | reported in: | | 3.2.136 | | fixed in: | | 3.3.120 |
After calling ssCore.Keyboard with event:"onHotKey", attempting to reuse the hotkey with ssCore.Keyboard.setNotify generates an KEYBOARD_ERROR_DUPLICATE_HOTKEY_NAME error. The global hotkey is unregistered when you call ssCore.Keyboard.clearNotify but the hotkey name is kept in SWF Studio's internal list of hotkeys which prevents you from reusing it. This problem has been resolved.
|