mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-18 02:20:47 -04:00
set default tab to help. add beep keys.
This commit is contained in:
@@ -92,5 +92,9 @@ export function formatKeyLabel(value) {
|
||||
if (canonical === '/') return '/ or ?';
|
||||
if (canonical === '-') return '- or _';
|
||||
if (canonical === '=') return '= or +';
|
||||
if (canonical === 'arrowup') return 'Arrow Up';
|
||||
if (canonical === 'arrowdown') return 'Arrow Down';
|
||||
if (canonical === 'arrowleft') return 'Arrow Left';
|
||||
if (canonical === 'arrowright') return 'Arrow Right';
|
||||
return canonical.length === 1 ? canonical.toUpperCase() : canonical;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user