diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-16 14:54:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 14:54:35 -0500 |
commit | 0ac35771192adb87d76809aff171d60a5d0018c3 (patch) | |
tree | cbe132a385a5d6800706e3d2c0f13665303145dc /ext/fg/float.html | |
parent | a0f8c8b95ca41502a8fd68fe32aa29cdd7f46ac1 (diff) |
Refactor hotkey handling (#1250)
* Create HotkeyHandler
* Update Display to use HotkeyHandler
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index ccf9b99a..e10659f2 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -108,6 +108,7 @@ <script src="/mixed/js/document-focus-controller.js"></script> <script src="/mixed/js/dynamic-loader.js"></script> <script src="/mixed/js/frame-endpoint.js"></script> +<script src="/mixed/js/hotkey-handler.js"></script> <script src="/mixed/js/media-loader.js"></script> <script src="/mixed/js/panel-element.js"></script> <script src="/mixed/js/scroll.js"></script> |