1.21 doesn't like 1.22 gui-made null action ids #22853

Open
opened 2026-01-31 08:25:17 +00:00 by claunia · 0 comments
Owner

Originally created by @vefatica on GitHub (Feb 6, 2025).

I used the 1.22 settings GUI to change the six vertical scrolling keys so they'd use Ctrl+ instead of Ctrl+Shift+. 1.22 didn't mind but and the new keys worked. 1.21 wouldn't start because of this.

Image

Here's the offending code; the error is at the 'n' of "null". There are similar entries for the other 5 actions.

        {
            "id": null,
            "keys": "ctrl+shift+down"
        },

I just discovered 1.23 which will be installed in a few minutes.

Originally created by @vefatica on GitHub (Feb 6, 2025). I used the 1.22 settings GUI to change the six vertical scrolling keys so they'd use Ctrl+ instead of Ctrl+Shift+. 1.22 didn't mind but and the new keys worked. 1.21 wouldn't start because of this. ![Image](https://github.com/user-attachments/assets/671f3e08-69ca-4fcb-bb6d-d06f7f21cfb4) Here's the offending code; the error is at the 'n' of "null". There are similar entries for the other 5 actions. ``` { "id": null, "keys": "ctrl+shift+down" }, ``` I just discovered 1.23 which will be installed in a few minutes.
claunia added the Resolution-By-DesignNeeds-TriageArea-SettingsNeeds-Tag-Fix labels 2026-01-31 08:25:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22853