Skip to content

Commit

Permalink
Add back scaling strokes
Browse files Browse the repository at this point in the history
  • Loading branch information
madeso committed Mar 13, 2024
1 parent a9b8bff commit c216fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ride/src/ride/app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ struct RideApp : api::App
keybind.add(*api::stroke_from_string("ctrl+q"), {"core.quit"});
keybind.add(*api::stroke_from_string("return"), {"doc.insert-newline"});

// keybind.add(*stroke_from_string("ctrl+up"), {"scale.+"});
// keybind.add(*stroke_from_string("ctrl+down"), {"scale.-"});
keybind.add(*api::stroke_from_string("ctrl+j"), {"scale.+"});
keybind.add(*api::stroke_from_string("ctrl+k"), {"scale.-"});

auto add_move_select = [this](const std::string& stroke_name, const std::string& command)
{
Expand Down

0 comments on commit c216fbd

Please sign in to comment.