From cbd1d09f702021f05f572446bf5be9c83da28549 Mon Sep 17 00:00:00 2001 From: yrammos Date: Wed, 19 Nov 2025 22:32:34 +0100 Subject: [PATCH 1/2] Add keyboard shortcut for untyped relation. --- src/js/modules/Relations/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/modules/Relations/config.js b/src/js/modules/Relations/config.js index c31c0f3b..d774974b 100644 --- a/src/js/modules/Relations/config.js +++ b/src/js/modules/Relations/config.js @@ -31,7 +31,7 @@ export const relationTypes = { neighbor: { key: 'n', color: 3 }, passing: { key: 'p', color: 4 }, repetition: { key: 't', color: 5 }, - untyped: { color: 6 }, + untyped: { key: 'y', color: 6 }, }, // The full list of pre-defined relations. From 64d5aedcc03afa2fce9ab18fd344a70c2babc4d0 Mon Sep 17 00:00:00 2001 From: yrammos Date: Wed, 19 Nov 2025 22:33:11 +0100 Subject: [PATCH 2/2] Remove second file picker from app. --- src/index.html | 10 ++++------ src/js/bootstrap.js | 8 ++------ src/js/modules/UI/MainMenu/index.js | 15 ++++++++++----- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/src/index.html b/src/index.html index 0ea5e43d..44842464 100644 --- a/src/index.html +++ b/src/index.html @@ -168,12 +168,10 @@

File:
- + +