Using 'left' in shortcuts produces an unreadable settings file #1751

Open
opened 2026-01-30 22:35:35 +00:00 by claunia · 0 comments
Owner

Originally created by @mikemaccana on GitHub (Jun 19, 2019).

Using SVN master as of today, modifying the inbuilt shortcuts to use left or right produces a syntax error:

            {
                "command" : "prevTab",
                "keys" : 
                [
                    "ctrl+shift+left"
                ]
            },

image

As the other arrow keys are referred to as up and down I presume left and right should work too.

Originally created by @mikemaccana on GitHub (Jun 19, 2019). Using SVN master as of today, modifying the inbuilt shortcuts to use `left` or `right` produces a syntax error: ```json { "command" : "prevTab", "keys" : [ "ctrl+shift+left" ] }, ``` ![image](https://user-images.githubusercontent.com/172594/59782017-f8f3b300-92b4-11e9-99d9-5114ac2ca928.png) As the other arrow keys are referred to as `up` and `down` I presume `left` and `right` should work too.
claunia added the Needs-TriageNeeds-Tag-FixResolution-Duplicate labels 2026-01-30 22:35:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1751