[wp-trac] [WordPress Trac] #29558: Alt+Shift shortcuts override character input

WordPress Trac noreply at wordpress.org
Fri Mar 27 16:19:53 UTC 2015


#29558: Alt+Shift shortcuts override character input
--------------------------+------------------
 Reporter:  Balkana       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  low           |   Milestone:  4.2
Component:  TinyMCE       |     Version:  2.5
 Severity:  major         |  Resolution:
 Keywords:  needs-patch   |     Focuses:
--------------------------+------------------

Comment (by afercia):

 About Alt or AltGr on Windows, TinyMCE says the latter produces also
 ctrlKey, not sure this can help though:

 {{{
 metaKeyPressed: function(e) {
         // Check if ctrl or meta key is pressed. Edge case for AltGr on
 Windows where it produces ctrlKey+altKey states
         return (Env.mac ? e.metaKey : e.ctrlKey && !e.altKey);
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29558#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list