Skip to content

Commit

Permalink
[phoenix] Cleanup phoenix mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
sidneyw committed Nov 20, 2023
1 parent 4d69e72 commit dfb4ddd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/phoenix/out/phoenix.debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/phoenix/out/phoenix.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/phoenix/src/phoenix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ const doubleShift: Phoenix.ModifierKey[] = double.concat(["shift"]);
// Launch Apps
// ------------
Key.on("a", alt, () => focusOrStart("Arc"));
Key.on("3", alt, () => focusOrStart("Alacritty"));
Key.on("q", alt, () => focusOrStart("Alacritty"));
// Key.on("q", alt, () => focusOrStart("iTerm2"));
Key.on("b", alt, () => focusOrStart("Brave Browser"));
Key.on("n", alt, () => focusOrStart("Notion"));
Key.on("m", alt, () => focusOrStart("Messages"));
Key.on("q", alt, () => focusOrStart("iTerm2"));
Key.on("r", alt, () => focusOrStart("Roam Research"));
Key.on("1", alt, () => focusOrStart("Slack"));
Key.on("p", alt, () => focusOrStart("Spark"));
Expand Down
Empty file removed phoenix/out/phoenix.js
Empty file.

0 comments on commit dfb4ddd

Please sign in to comment.