Changeset 9626
- Timestamp:
- 12/12/09 04:10:51 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Main.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Main.pm
r9624 r9626 5178 5178 # Ctrl-TAB #TO DO it is already in the menu 5179 5179 if ( $code == Wx::WXK_TAB ) { 5180 5180 5181 # TODO: Catch up the right action for this shortcut 5181 5182 $self->on_next_pane; … … 5184 5185 # Ctrl-Shift-TAB 5185 5186 # TODO it is already in the menu 5186 # TODO: Catch up the right action for this shortcut5187 # TODO: Catch up the right action for this shortcut 5187 5188 $self->on_prev_pane if $code == Wx::WXK_TAB; 5188 5189 } elsif ( $mod == Wx::wxMOD_ALT() ) {
Note: See TracChangeset
for help on using the changeset viewer.
