mirror of https://gitlab.com/basile.b/dexed.git
31 lines
793 B
Markdown
31 lines
793 B
Markdown
---
|
|
title: Options - shortcuts
|
|
---
|
|
|
|
{% raw %}
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.0.0/anchor.min.js"></script>
|
|
{% endraw %}
|
|
|
|
{% include xstyle.css %}
|
|
|
|
### Shortcuts editor
|
|
|
|
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.
|
|
|
|
{% raw %}
|
|
<script>
|
|
anchors.add();
|
|
</script>
|
|
{% endraw %}
|