Use jog action for arrow keys.

This now makes the arrow keys work more or less continuously, and stop responsively.

It could do with optimisation so the key rep rate is lower, but the initial wait is shorter. That probably entails adding our own timeout.
This commit is contained in:
Richard Bowman 2026-02-10 23:38:20 +00:00 committed by Julian Stirling
parent 3753341893
commit d09a5a8ee2
3 changed files with 13 additions and 5 deletions

View file

@ -9,9 +9,7 @@ import vue from "@vitejs/plugin-vue";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),
],
plugins: [vue()],
build: {
// Output directory for production builds