Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: remoting/host/event_executor_mac.cc

Issue 7057011: Fix +/- keys on Mac remoting host. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/event_executor_mac.cc
diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc
index 5664f22fb77a87dc37055e17d396439fda03c87a..a197bf667f94bd91a187caf93fa27cc7a834d1e2 100644
--- a/remoting/host/event_executor_mac.cc
+++ b/remoting/host/event_executor_mac.cc
@@ -171,9 +171,9 @@ const int kUsVkeyToKeysym[256] = {
/* XF86kVK_Mail */ -1, /* XF86kVK_AudioMedia */ -1, /* XF86kVK_Launch0 */ -1,
/* XF86kVK_Launch1 */ -1,
// 0xB8 - 0xBB
- -1, -1, kVK_ANSI_Semicolon, kVK_ANSI_KeypadPlus,
+ -1, -1, kVK_ANSI_Semicolon, kVK_ANSI_Equal,
// 0xBC - 0xBF
- kVK_ANSI_Comma, kVK_ANSI_KeypadMinus, kVK_ANSI_Period, kVK_ANSI_Slash,
+ kVK_ANSI_Comma, kVK_ANSI_Minus, kVK_ANSI_Period, kVK_ANSI_Slash,
// 0xC0 - 0xC3
kVK_ANSI_Grave, -1, -1, -1,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698