Skip to content

Commit

Permalink
Some keyboard shortcuts doesn't work on macOS #663
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Dec 12, 2024
1 parent 26d925b commit ab52b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/home/tabs-store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ export class ProjectEditorTab implements IHomeTab {
} else if (event.key == "v") {
paste();
} else if (event.key == "a") {
event.preventDefault();
selectAll();
}
} else if (
Expand Down

0 comments on commit ab52b67

Please sign in to comment.