Skip to content

Commit

Permalink
removed .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
rewgs committed Nov 24, 2023
1 parent aa701a8 commit d7e974c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Binary file removed .DS_Store
Binary file not shown.
11 changes: 5 additions & 6 deletions hammerspoon/apps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ TERMINAL = 'iTerm'
BROWSER = 'Google Chrome'

local app_maps = {
{ key = 'b', app = BROWSER },
{ key = 'c', app = 'Visual Studio Code' },
{ key = 'd', app = 'Discord' }, -- would like to key-chord this so that mod.hyper+m,{something} calls different messaging apps, e.g. mod.hyper+m,d calls Discord
{ key = 'f', app = 'Finder' },
{ key = 'b', app = BROWSER },
{ key = 'c', app = 'Visual Studio Code' },
{ key = 'd', app = 'Discord' }, -- would like to key-chord this so that mod.hyper+m,{something} calls different messaging apps, e.g. mod.hyper+m,d calls Discord
{ key = 'f', app = 'Finder' },
{ key = 'q', app = 'Cubase 12' },
-- { key = 'r', app = 'REAPER' }, -- conflicts with reload
{ key = 't', app = TERMINAL },
{ key = 't', app = TERMINAL },
{ key = 'return', app = TERMINAL }
}

Expand Down
2 changes: 1 addition & 1 deletion karabiner/karabiner.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
"manipulators": [
{
"description": "Escape to Caps Lock",
"description": "Cmd+Ctrl+Escape to Caps Lock",
"from": {
"key_code": "escape",
"modifiers": {
Expand Down

0 comments on commit d7e974c

Please sign in to comment.