Make keyboard shortcuts work on Mac
When the renderer doesn't handle a key event, we pass it off to the main menu to see if it can handle it. Part of #2.
This commit is contained in:
parent
561fc9a342
commit
be6d990a97
4 changed files with 50 additions and 0 deletions
11
brightray/browser/default_web_contents_delegate.cc
Normal file
11
brightray/browser/default_web_contents_delegate.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include "browser/default_web_contents_delegate.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
DefaultWebContentsDelegate::DefaultWebContentsDelegate() {
|
||||
}
|
||||
|
||||
DefaultWebContentsDelegate::~DefaultWebContentsDelegate() {
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue