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:
parent
3753341893
commit
d09a5a8ee2
3 changed files with 13 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue