diff --git a/MTMR/Info.plist b/MTMR/Info.plist
index 06505cc..1180dfc 100644
--- a/MTMR/Info.plist
+++ b/MTMR/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.20.2
+ 0.20.1
CFBundleVersion
- 197
+ 185
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/MTMR/KeyPress.swift b/MTMR/KeyPress.swift
index a4afe2b..1f68768 100644
--- a/MTMR/KeyPress.swift
+++ b/MTMR/KeyPress.swift
@@ -23,7 +23,7 @@ extension KeyPress {
let keyDown = CGEvent(keyboardEventSource: src, virtualKey: keyCode, keyDown: true)
let keyUp = CGEvent(keyboardEventSource: src, virtualKey: keyCode, keyDown: false)
- let loc: CGEventTapLocation = .cgAnnotatedSessionEventTap
+ let loc: CGEventTapLocation = .cghidEventTap
keyDown?.post(tap: loc)
keyUp?.post(tap: loc)
}