This commit is contained in:
legop3
2025-11-17 23:40:54 -05:00
parent baf7e2ea44
commit d0ea99bc4c
3 changed files with 17 additions and 15 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>webui</title>
<script type="module" crossorigin src="/assets/index-BlaZqU9Q.js"></script>
<script type="module" crossorigin src="/assets/index-DXvSpxjQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BaCUS21F.css">
</head>
<body>
+15 -13
View File
@@ -25,19 +25,19 @@ export const DEFAULT_KEYMAP = {
driveBackward: ['s'],
driveLeft: ['a'],
driveRight: ['d'],
boostModifier: ['\\\\'],
boostModifier: ['\\'],
slowModifier: ['shift'],
auxMainForward: ['o'],
auxMainReverse: ['l'],
auxSideForward: ['p'],
auxSideReverse: [';'],
auxVacuumFast: ['['],
auxVacuumSlow: ["'"],
auxAllForward: ['.'],
cameraUp: ['i'],
cameraDown: ['k'],
driveMacro: ['g'],
dockMacro: ['h'],
auxMainForward: ['i'],
auxMainReverse: ['k'],
auxSideForward: ['o'],
auxSideReverse: ['l'],
auxVacuumFast: ['p'],
auxVacuumSlow: [';'],
auxAllForward: [","],
cameraUp: ['u'],
cameraDown: ['j'],
driveMacro: ['f'],
dockMacro: ['g'],
};
export const DEFAULT_MACROS = [
@@ -57,7 +57,9 @@ export const DEFAULT_MACROS = [
id: 'seek-dock',
label: 'Dock',
description: 'Send the seek dock command.',
steps: [{ type: 'oi', command: 'dock' }],
steps: [
{ type: 'oi', command: 'dock' }
],
},
];