From 8bc770b5648e4976d5a8c754f9f044e2e7d54122 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Sat, 12 Apr 2025 20:58:36 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17cb141..7f243f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Game store page: https://crispypin.itch.io/marble-machinations ## [unreleased] +### fixed +- When two input bindings had the same trigger but one has a strict subset of the others modifiers, both would activate when the one with more modifiers was pressed. For example (Ctrl+S -> Save) would also trigger (S -> Wire Tool). Now, Shift+S will still trigger Wire Tool, unless Shift+S (or eg. Shift+Ctrl+S) is bound to something else. ## v0.3.1 - 2025-04-05 ### fixed