hsuanxyz/kbd-generator

Shift “In” characters?

Opened this issue · 0 comments

This is a great little app!

However, I was quite confused by this label:

<div>
<input type="checkbox" formControlName="shiftIn" id="shift-in">
<label for="shift-in">Shift In characters (<kbd>!</kbd><kbd>@</kbd><kbd>#</kbd>…)</label>
</div>

Eventually I worked out that, when enabled, it shifts the number row such that pressing, for example, ⇧ Shift + 1, generates <kbd>⇧ Shift</kbd> + <kbd>!</kbd> instead of <kbd>⇧ Shift</kbd> + <kbd>1</kbd>. The functionality is fine, but I don’t understand the “In” part of the checkbox label. Maybe “Shift number row” might be better?