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

Closed
opened 2026-01-31 08:25:20 +00:00 by claunia · 2 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:21 +00:00
Author
Owner

@vefatica commented on GitHub (Feb 6, 2025):

Update: 1.21 was OK after removing the six offending entries.

1.22 and 1.23 are now installed and running.

@vefatica commented on GitHub (Feb 6, 2025): Update: 1.21 was OK after removing the six offending entries. 1.22 and 1.23 are now installed and running.
Author
Owner

@zadjii-msft commented on GitHub (Mar 26, 2025):

Welp. Not much to do about that. Since 1.22 is stable now, I'm just gonna close this out. Not really worth servicing 1.21 over that.

@zadjii-msft commented on GitHub (Mar 26, 2025): Welp. Not much to do about that. Since 1.22 is stable now, I'm just gonna close this out. Not really worth servicing 1.21 over that.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22856