hammerspoon: update hyper mode bindings

This commit is contained in:
Konstantin Bukley
2021-03-10 23:36:45 +02:00
parent 286fc12a5b
commit 67ecd9c5c0

View File

@@ -1,14 +1,14 @@
-------------------------------------------------------------------------- --------------------------------------------------------------------------
hyperModeAppMappings = { hyperModeAppMappings = {
{ 'a', 'Alacritty' }, -- "A" for "Apple Music" { 'a', 'Alacritty' }, -- "A" for "Alacritty"
{ 's', 'Safari' }, -- "S" for "Safari" { 's', 'Safari' }, -- "S" for "Safari"
{ 'c', 'Telegram' }, -- "C for "Chat" { 't', 'Telegram' }, -- "T" for "Telegram"
{ 'd', 'Discord' }, -- "D for "Discord" { 'd', 'Discord' }, -- "D" for "Discord"
{ 'f', 'Finder' }, -- "F" for "Finder" { 'f', 'Finder' }, -- "F" for "Finder"
{ 'g', 'Mail' }, -- "G" for "Gmail" { 'g', 'Mail' }, -- "G" for "Gmail"
{ 'z', 'Slack' }, -- "Z" for "zzz" { 'z', 'Slack' }, -- "C" for "Chat"
{ 'n', 'Notion' }, -- "N" for "Notion" { 'n', 'Notion' }, -- "N" for "Notion"
{ 'm', 'Music' }, -- "M" for "Music" { 'm', 'Spotify' }, -- "M" for "Music"
{ 'w', 'World of Warcraft Classic' }, -- "W" for "World of Warcraft" { 'w', 'World of Warcraft Classic' }, -- "W" for "World of Warcraft"
} }