diff --git a/MTMR/Info.plist b/MTMR/Info.plist
index 1180dfc..06505cc 100644
--- a/MTMR/Info.plist
+++ b/MTMR/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.20.1
+ 0.20.2
CFBundleVersion
- 185
+ 197
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/MTMR/KeyPress.swift b/MTMR/KeyPress.swift
index 1f68768..a4afe2b 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 = .cghidEventTap
+ let loc: CGEventTapLocation = .cgAnnotatedSessionEventTap
keyDown?.post(tap: loc)
keyUp?.post(tap: loc)
}