diff --git a/README.md b/README.md index 6d9264a..c4c5bcd 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,7 @@ Change the input source to English as you leave 'insert mode' in Vim with E | ;+F | Finder | `com.apple.finder` | N/A | | ;+M | Alacritty | `io.alacritty` | https://github.com/jwilm/alacritty | | ;+T | Things | `com.culturedcode.ThingsMac` | https://culturedcode.com/things | -| ;+B | Bear | `net.shinyfrog.bear` | https://bear.app | -| ;+N | Notion | `notion.id` | https://www.notion.so | +| ;+N | Bear | `net.shinyfrog.bear` | https://bear.app | ### Fool-safe "Quit Application" diff --git a/keyboard/Handlers/AppSwitchHandler.swift b/keyboard/Handlers/AppSwitchHandler.swift index 8015663..457a966 100644 --- a/keyboard/Handlers/AppSwitchHandler.swift +++ b/keyboard/Handlers/AppSwitchHandler.swift @@ -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