Changeset 7855 for trunk/Xul_XedLib/chrome/content/scenarixedlib/libUiBase/widgets/xedUiBase.xbl.xml
- Timestamp:
- 12/22/06 16:53:32 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_XedLib/chrome/content/scenarixedlib/libUiBase/widgets/xedUiBase.xbl.xml
r5045 r7855 566 566 <handler event="focus" phase="target" action="this.onFocus(event);"/> 567 567 <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);"/> 569 569 <handler event="keypress" keycode="vk_return" phase="target" action="this.onReturn(event);"/> 570 570 <handler event="keypress" keycode="vk_delete" phase="target" action="this.onDelete(event);"/>
Note: See TracChangeset
for help on using the changeset viewer.