raghuram534 / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

Cleared hotkeys show in column #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set a hotkey for a folder, phrase, or script, and save.
    (The hotkey appears in the treeview.)
2. Clear the hotkey, and save.
    (The hotkey remains in the treeview.)

What is the expected output? What do you see instead?
The hotkey should no longer appear in the treeview, but it does.

What version of the product are you using? On what operating system?
AutoKey v0.70.1 on Ubuntu Hardy.

Please provide any additional information below.
Abbreviations do not have this problem and disappear when they are cleared.

In model.py, AbstractHotkey.get_hotkey_string needs to check "if
TriggerMode.HOTKEY in self.modes", similar to
AbstractAbbreviation.get_abbreviation.

Original issue reported on code.google.com by dv8box-...@yahoo.com on 13 Apr 2010 at 6:20

GoogleCodeExporter commented 8 years ago
Will be fixed for 0.70.2

Original comment by cdekter on 14 Apr 2010 at 12:00