Skip to content

Commit

Permalink
Merge pull request #29 from creasty/creasty/remove-notion
Browse files Browse the repository at this point in the history
Delete hotkey for Notion
  • Loading branch information
creasty authored Sep 12, 2021
2 parents ef6863f + 0c53314 commit ffaf8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ Change the input source to English as you leave 'insert mode' in Vim with <kbd>E
| <kbd>;+F</kbd> | Finder | `com.apple.finder` | N/A |
| <kbd>;+M</kbd> | Alacritty | `io.alacritty` | https://github.com/jwilm/alacritty |
| <kbd>;+T</kbd> | Things | `com.culturedcode.ThingsMac` | https://culturedcode.com/things |
| <kbd>;+B</kbd> | Bear | `net.shinyfrog.bear` | https://bear.app |
| <kbd>;+N</kbd> | Notion | `notion.id` | https://www.notion.so |
| <kbd>;+N</kbd> | Bear | `net.shinyfrog.bear` | https://bear.app |

### Fool-safe "Quit Application"

Expand Down
5 changes: 1 addition & 4 deletions keyboard/Handlers/AppSwitchHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,8 @@ final class AppSwitchHandler: Handler, ApplicationLaunchable {
case [.t]:
showOrHideApplication("com.culturedcode.ThingsMac")
return true
case [.b]:
showOrHideApplication("net.shinyfrog.bear")
return true
case [.n]:
showOrHideApplication("notion.id")
showOrHideApplication("net.shinyfrog.bear")
return true
default:
return false
Expand Down

0 comments on commit ffaf8e6

Please sign in to comment.