Changeset 809

Show
Ignore:
Timestamp:
04/28/06 13:20:46 (2 years ago)
Author:
bob@redivi.com
Message:

allow alt also

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • presentations/2006/ajax_experience/ui/mochikit/slides.js

    r739 r809  
    556556        function e_wrap(fn) { 
    557557            return function (e) { 
    558                 if (e.type() == "keyup" && e.modifier().ctrl &&  
     558                if (e.type() == "keyup" &&  
     559                    (e.modifier().ctrl || e.modifier().alt) &&  
    559560                        e.key().string == "KEY_I") { 
    560561                    is_using_s5 = !is_using_s5;