-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathCHANGELOG
More file actions
30 lines (19 loc) · 676 Bytes
/
Copy pathCHANGELOG
File metadata and controls
30 lines (19 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
CHANGELOG keyboard_shortcuts
============================
RELEASE 2.4.1
- fix composer.json
RELEASE 2.4
- change how we detect focus
- prevent other keyboard events from firing
RELEASE 2.3
- added extra check on input fields (fix by Rosali)
- fixed Select All Visible keyboard shortcut (fix by Rodrigo Castillo)
RELEASE 2.1
- added Russian translation
- bugfix: j/k keys were documented wrong
RELEASE 2.0
-----------
- move to github
- bugfix: dont fire when user is holding a meta key
- bugfix: many browser can bind to both body and document, dont run both. $(document) should work everywhere
- bug:fix we can be in any input element, make sure we dont interfere