Changeset 6181


Ignore:
Timestamp:
Mar 22, 2016 10:25:36 PM (8 years ago)
Author:
ldelgass
Message:

Add numeric keypad enter binding to Rappture::Editor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/editor.tcl

    r5659 r6181  
    8888        [itcl::code $this _resize]
    8989    bind $itk_component(editor) <KeyPress-Return> \
     90        [itcl::code $this deactivate]
     91    bind $itk_component(editor) <KP_Enter> \
    9092        [itcl::code $this deactivate]
    9193    bind $itk_component(editor) <KeyPress-Escape> \
Note: See TracChangeset for help on using the changeset viewer.