mirror of https://gitlab.com/basile.b/dexed.git
doc
This commit is contained in:
parent
a0425c4e9a
commit
fcf3d6f443
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
|
@ -8,11 +8,13 @@ title: Options - shortcuts
|
|||
|
||||
This category exposes all the shortcuts, sorted by category.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
After an assignation attempt and if the selected combination is already used the new shortcut is not validated and a warning is displayed.
|
|
@ -345,7 +345,7 @@ begin
|
|||
if propvalue.value <> shc.data then
|
||||
begin
|
||||
propvalue.value := shc.data;
|
||||
propedit.Update;
|
||||
propedit.BuildPropertyList;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue