Ignore:
Timestamp:
12/22/06 16:53:32 (5 years ago)
Author:
sam
Message:

Ticket #93 - Pas de menu contextuelle dans la textPrim sous Mac et Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_XedLib/chrome/content/scenarixedlib/libUiBase/widgets/xedUiBase.xbl.xml

    r5045 r7855  
    566566                        <handler event="focus" phase="target" action="this.onFocus(event);"/> 
    567567                        <handler event="blur" phase="target" action="this.onBlur(event);"/> 
    568                         <handler event="keypress" charcode=" " modifiers="accel" phase="target" action="this.onCtrlSpace(event);"/> 
     568                        <handler event="keypress" charcode=" " modifiers="control" phase="target" action="this.onCtrlSpace(event);"/> 
    569569                        <handler event="keypress" keycode="vk_return" phase="target" action="this.onReturn(event);"/> 
    570570                        <handler event="keypress" keycode="vk_delete" phase="target" action="this.onDelete(event);"/> 
Note: See TracChangeset for help on using the changeset viewer.