| 64 | | * When removing action's shortcuts, the modified action would be saved as a row in the `action_keymap.xml` file with no keystroke nor alt_keystroke attribute. |
| 65 | | * While modifiying the shortcuts via the shortcuts editor, the editor ensures that no keystroke is assigned to more than one action. You should take care for it by yourself if you modify the `action_keymap.xml` file directly. |
| 66 | | * If an action is assigned with an alternative shortcut but with no primary shortcut, the alternative will serve as the primary shortcut and the `action_keymap.xml` file will be updated by the application on closing. |
| | 64 | * When removing action's shortcuts, the modified action would be saved as a row in the `action_keymap.xml` file with no keystroke nor alt_keystroke attribute. |
| | 65 | * While modifiying the shortcuts via the shortcuts editor, the editor ensures that no keystroke is assigned to more than one action. You should take care for it by yourself if you modify the `action_keymap.xml` file directly. |
| | 66 | * If an action is assigned with an alternative shortcut but with no primary shortcut, the alternative will serve as the primary shortcut and the `action_keymap.xml` file will be updated by the application on closing. |