Changeset 12383


Ignore:
Timestamp:
08/28/10 07:24:44 (18 months ago)
Author:
Sewi
Message:

Partitial revert of r12381: It broke tab-switching and editor text pagewise left/right jumping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/ActionLibrary.pm

    r12381 r12383  
    23542354        label       => _T('Next File'), 
    23552355        comment     => _T('Put focus on the next tab to the right'), 
    2356         shortcut    => 'Ctrl-PageUp', 
     2356        shortcut    => 'Alt-Right', 
    23572357        need_editor => 1, 
    23582358        menu_event  => sub { 
     
    23652365        label       => _T('Previous File'), 
    23662366        comment     => _T('Put focus on the previous tab to the left'), 
    2367         shortcut    => 'Ctrl-PageDown', 
     2367        shortcut    => 'Alt-Left', 
    23682368        need_editor => 1, 
    23692369        menu_event  => sub { 
Note: See TracChangeset for help on using the changeset viewer.