FIX: make composer full screen shortcut work when inputs have focus (#6907)

- Uses a Mousetrap plugin for global shortcuts
- Implemented for search `ctrl+alt+f` and composer fullscreen `shift+f11` shortcuts
This commit is contained in:
Penar Musaraj
2019-02-14 00:19:27 -05:00
committed by GitHub
parent ed6f4dfc40
commit 090e9c8432
8 changed files with 76 additions and 16 deletions

View File

@ -73,6 +73,8 @@ task 'javascript:update' do
destination: 'moment-locale',
}, {
source: 'moment-timezone/builds/moment-timezone-with-data.js'
}, {
source: 'mousetrap/plugins/global-bind/mousetrap-global-bind.js'
}, {
source: 'resumablejs/resumable.js'
}, {