AnitaTang / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

Adding support for Mac command (meta) key #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have seen the patch posted here in the past and thought of adopting it
and improving it.
planed to be in 0.7.6

Original issue reported on code.google.com by Afro.Sys...@gmail.com on 7 Sep 2008 at 10:08

GoogleCodeExporter commented 8 years ago
Hi,

here is my modified version of jquery-hotkeys 0.0.2,
it includes the following improvements:

- support for the Mac command key (also fix the issue of the Mac command key 
being
'eaten' by hotkeys)
- fixed disableInInput option being global instead of individual (last option 
sent
erased all)
- fixed hotkeys doesn't remove jquery event listeners
- fixed hotkeys target problem (not not being correctly differentiated: changed
hotkeys data model)
- added select to the list of disableInInput elements
- other fixes

I haven't checked the new version 0.7, but I hope this helps!

- Tarik Ansari

Original comment by tari...@gmail.com on 11 Sep 2008 at 1:19

Attachments:

GoogleCodeExporter commented 8 years ago
all the issues listed here are fixed in the last few versions.
check it out and feed us back on that.

Thanks

Original comment by Afro.Sys...@gmail.com on 11 Sep 2008 at 4:19