This commit is contained in:
Basile Burg 2017-01-26 02:36:10 +01:00
parent a0425c4e9a
commit fcf3d6f443
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
3 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -8,11 +8,13 @@ title: Options - shortcuts
This category exposes all the shortcuts, sorted by category.
![](img/options/shortcuts.png)
![](img/options_shortcuts.png)
Each item is editable.
- <img src="{%include icurl%}other/clean.png" class="tlbric"/>: Deletes the current assignation.
- <img src="{%include icurl%}other/keyboard_pencil.png" class="tlbric"/>: Displays the editor. The shortcut can also be selected in the combo menu.
![](img/options_shortcuts_edit.png)
After an assignation attempt and if the selected combination is already used the new shortcut is not validated and a warning is displayed.

View File

@ -345,7 +345,7 @@ begin
if propvalue.value <> shc.data then
begin
propvalue.value := shc.data;
propedit.Update;
propedit.BuildPropertyList;
end;
end;