Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keyboardNavigation: Fix keys 'c' and 'v' from webView
This fixes two small bugs: 1. The JavaScript-method is called "showDiff" instead of "showDiffs" since cfbcfc1. That's why the 'v' button didn't work since then. 2. Commit f05d018 introduced an error when trying to access "event" for key-presses from Cocoa, which resulted in an error and therefore made the following if-statements unreachable. Signed-off-by: Johannes Gilger <[email protected]>
- Loading branch information