Skip to content

Commit

Permalink
Merge pull request #32 from creasty/creasty-patch-1
Browse files Browse the repository at this point in the history
Add new bundleId for Alacritty.app
  • Loading branch information
creasty authored Sep 4, 2022
2 parents 2bb4be4 + 670e449 commit 1e61721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboard/Handlers/EmacsHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ private let escapeKeyDisabledApps: Set<String> = [
"co.zeit.hyperterm",
"co.zeit.hyper",
"io.alacritty",
"org.alacritty",
"net.kovidgoyal.kitty",
"com.ident.goneovim",
"com.qvacua.VimR",
Expand Down Expand Up @@ -53,6 +54,7 @@ private let allCursorKeysDisabledApps: Set<String> = [
"co.zeit.hyperterm",
"co.zeit.hyper",
"io.alacritty",
"org.alacritty",
"net.kovidgoyal.kitty",

// vi
Expand Down

0 comments on commit 1e61721

Please sign in to comment.