dos h0039 keyRetry - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings during play > Screen display and key Controls
| <- finishView | keyRetry / keyPause | keyTitleBack -> |
keyRetry / keyPause
- Set shortcut keys for retries or pause
Usage
|keyRetry=9|
|keyRetry=Tab|
|keyPause=17|
|keyPause=AltLeft|
Overview
keyRetry
Specifies the key code or key name of the key to be assigned to retry in the in-play shortcut. Default is 8 (BackSpace). It takes precedence over keyRetryX_Y, which is a per-key setting.
keyPause
Specifies the key code or key name of the key to be assigned to pause and resume in the in-play shortcut. Default is 19 (Pause). It takes precedence over keyPauseX_Y, which is a per-key setting.
Related pages
- keyTitleBack :pencil: Set shortcut key to return to title screen
- Key type's specification
- Key code used in "KeyCtrl" attribute
Changelog
| Version | Change details |
|---|---|
| v50.1.0 | - Initial implementation (keyPause) |
| v31.4.0 | - Support for specifying with KeyboardEvent.code and abbreviations. |
| v5.10.0 | - Initial implementation (keyRetry) |
| <- finishView | keyRetry / keyPause | keyTitleBack -> |