Skip to content

Commit

Permalink
CHANGED: binding to enter selection mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nkh committed Dec 1, 2023
1 parent 31cd4b5 commit bfe0650
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/actions/default_bindings.pl
Original file line number Diff line number Diff line change
Expand Up @@ -345,14 +345,14 @@

'<< selection leader >>' =>
{
SHORTCUTS => '000-r',
SHORTCUTS => '000-s',
ENTER_GROUP => \&App::Asciio::Actions::Selection::selection_enter,
ESCAPE_KEYS => [ '000-r', '000-Escape' ],
ESCAPE_KEYS => [ '000-s', '000-Escape' ],

'Selection escape' => [ '000-r', \&App::Asciio::Actions::Selection::selection_escape ],
'Selection escape' => [ '000-s', \&App::Asciio::Actions::Selection::selection_escape ],
'Selection escape2' => [ '000-Escape', \&App::Asciio::Actions::Selection::selection_escape ],

'select flip mode' => [ '000-f', \&App::Asciio::Actions::Selection::selection_mode_flip ],
'select flip mode' => [ '000-e', \&App::Asciio::Actions::Selection::selection_mode_flip ],
'select motion' => [ '000-motion_notify', \&App::Asciio::Actions::Selection::select_elements ],
},

Expand Down

0 comments on commit bfe0650

Please sign in to comment.