diff options
| author | 2025-11-14 12:27:52 -0800 | |
|---|---|---|
| committer | 2025-11-14 12:27:52 -0800 | |
| commit | 63614f4dae754bbda930052b7f86c6d76a0512ea (patch) | |
| tree | 1760ef43e5bc68bef5a9f64fd91820a1701be5f6 | |
| parent | 21071c7127fcb75f64687104a43cd0a94436b225 (diff) | |
| download | new-dotfiles-63614f4dae754bbda930052b7f86c6d76a0512ea.tar.gz new-dotfiles-63614f4dae754bbda930052b7f86c6d76a0512ea.zip | |
Surfingkeys: Add AWS shortcut for Punt
| -rw-r--r-- | surfingkeys/punt.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/surfingkeys/punt.ts b/surfingkeys/punt.ts index b972ddc..2384973 100644 --- a/surfingkeys/punt.ts +++ b/surfingkeys/punt.ts @@ -22,3 +22,7 @@ api.mapkey("ggp", "Open punt-frontend on Github", () => api.mapkey("ggb", "Open social-api on Github", () => api.tabOpenLink("https://github.com/juked-social/social-api"), ); + +api.mapkey("ga", "Open AWS", () => + api.tabOpenLink("https://socialplay.awsapps.com/start/#/"), +); |
