macos: manual send keyUp event for command key

This commit is contained in:
Mitchell Hashimoto
2025-01-04 13:43:36 -08:00
parent 3e89c4c2f4
commit 1bcfff3b79
2 changed files with 42 additions and 1 deletions

View File

@@ -1668,7 +1668,7 @@ pub fn keyCallback(
self: *Surface,
event: input.KeyEvent,
) !InputEffect {
log.debug("text keyCallback event={}", .{event});
// log.debug("text keyCallback event={}", .{event});
// Crash metadata in case we crash in here
crash.sentry.thread_state = self.crashThreadState();