Use native event handling for keydown

This allows us to stopPropogation and actually prevent global hotkeys
This commit is contained in:
Jordan Eldredge 2019-04-15 09:29:09 -07:00
parent 1f9bcdb052
commit 07dd6adeff
6 changed files with 25 additions and 18 deletions

View file

@ -13,7 +13,6 @@ import { getWindowShade } from "../../selectors";
import DropTarget from "../DropTarget";
import MiniTime from "../MiniTime";
import { SET_FOCUSED_WINDOW } from "../../actionTypes";
import ClickedDiv from "../ClickedDiv";
import ContextMenuTarget from "../ContextMenuTarget";
import Visualizer from "../Visualizer";