Skip to content

Commit

Permalink
Bind # key to DNF in the result field
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Sep 9, 2024
1 parent a7feb2f commit ab868fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const DNF_KEYS = ["d", "D", "/"];
export const DNF_KEYS = ["d", "D", "/", "#"];
export const DNS_KEYS = ["s", "S", "*"];
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function ResultAttemptsForm({
title={
<div>
Key bindings:
<div>{`/ or d - DNF`}</div>
<div>{`/ or d or # - DNF`}</div>
<div>{`* or s - DNS`}</div>
<div>{`Up, Down, Enter - navigation`}</div>
<div>{`Space - jump to competitor field`}</div>
Expand Down

0 comments on commit ab868fa

Please sign in to comment.