| Index: remoting/host/local_input_monitor_mac.mm
|
| diff --git a/remoting/host/local_input_monitor_mac.mm b/remoting/host/local_input_monitor_mac.mm
|
| index c3955c62ae8c3000a2121087e7fab102720cc33e..fb105d3c4f4a3aa85ae62936e66bde805326e4cd 100644
|
| --- a/remoting/host/local_input_monitor_mac.mm
|
| +++ b/remoting/host/local_input_monitor_mac.mm
|
| @@ -38,7 +38,7 @@ static const NSUInteger kEscKeyCode = 53;
|
| GTMCarbonEventDispatcherHandler* handler =
|
| [GTMCarbonEventDispatcherHandler sharedEventDispatcherHandler];
|
| hot_key_ = [handler registerHotKey:kEscKeyCode
|
| - modifiers:NSShiftKeyMask
|
| + modifiers:(NSAlternateKeyMask | NSControlKeyMask)
|
| target:self
|
| action:@selector(hotKeyHit:)
|
| userInfo:nil
|
|
|