Ticket #216 (closed defect: fixed)
Changes made in Keystroke manager do not stick after exitting the manager in Qwitter source
| Reported by: | ppatel | Owned by: | Q |
|---|---|---|---|
| Priority: | medium | Milestone: | |
| Component: | Qwitter Core | Version: | Mercurial Tip |
| Keywords: | keystroke, manager, | Cc: |
Description
With Qwitter source running, the changes made to the keyboard mapping do not stick when the user exits the keystroke manager. The trouble does not appear to be related to storage and keystroke mapping changes. Here are potential steps to replicate the problem.
- start Qwitter.
- run keystroke manager (control+win+k).
- go to "next item" in list and choose edit.
- Uncheck control and Win. Change "up" in edit field to "f9".
- Hit enter to save keystroke.
- When returning to the keystroke manager, go to "ok" and hit enter.
- Keyboard change made will not take. Waiting for ten minutes for storage sync to complete does not change this. Exitting and restarting Qwitter shows storage sync was complete.
Change History
Note: See
TracTickets for help on using
tickets.

(In [2073e3ad069a]) Updated method attributes in the code which applied keymaps from the keyboard manager to reflect the new hotkey session API. fixes #216