diff options
Diffstat (limited to 'web/static')
-rw-r--r-- | web/static/dartboat.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/static/dartboat.js b/web/static/dartboat.js index b007c81..6740381 100644 --- a/web/static/dartboat.js +++ b/web/static/dartboat.js @@ -246,6 +246,8 @@ document.addEventListener('keydown', e => { promptHandle('submit'); else if (e.key == 'Backspace') promptHandle('backspace'); + else if (e.key == 'c') + promptHandle('clear'); else if (e.key == 'r') promptHandle('submit_rem'); else if (e.key == 'u') |