Skip to content

Proposal: swap keyboard shortcuts 1 ⇆ 2 #417

@tyler-dot-earth

Description

@tyler-dot-earth

What do you want to change?

Proposal: keyboard shortcuts 1 and 2 should be swapped

Today ❌

  • 1 → split view (2 columns)
  • 2 → stacked view (1 column)

Proposed ✅

  • 1 → stacked view (1 column)
  • 2 → split view (2 columns)

Why?

harmony ⚖️

  • 1 = 1 col
  • 2 = 2 cols

How? (optional)

swap these, probably? but didn't look too deep.

if (key.name === "1") {
runAndCloseMenu(() => selectLayoutMode("split"));
return;
}
if (key.name === "2") {
runAndCloseMenu(() => selectLayoutMode("stack"));
return;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions