Skip to content

Commit

Permalink
mod: lowercase qwerty button
Browse files Browse the repository at this point in the history
  • Loading branch information
dariogoetz committed Nov 21, 2023
1 parent e31e057 commit 7620fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/layout_evaluation_wasm/www/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Vue.component('evaluator-app', {
<b-button class="mb-2" size="sm" @click="setInput('qwertzuiopüßasdfghjklöyxcvbnm,.ä')">qwertz</b-button>
<b-button class="mb-2" size="sm" @click="setInput('qwfpgjluyüößarstdhneiozxcvbkm,.ä')">colemak</b-button>
<b-button class="mb-2" size="sm" @click="setInput('qdrwbjfupüößashtgyneoizxmcvkl,.ä')">workman</b-button>
<b-button class="mb-2" size="sm" @click="setInput('qwertyuiop[]asdfghjkl;\\\'zxcvbnm,./')">QWERTY (ANSI)</b-button>
<b-button class="mb-2" size="sm" @click="setInput('qwertyuiop[]asdfghjkl;\\\'zxcvbnm,./')">qwerty (ANSI)</b-button>
<b-button class="mb-2" size="sm" @click="randomInput(true)">random (std)</b-button>
<b-button class="mb-2" size="sm" @click="randomInput(false)">random</b-button>
Expand Down

0 comments on commit 7620fda

Please sign in to comment.