We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d94f0 commit 1521f93Copy full SHA for 1521f93
1 file changed
src/MainWindow.vala
@@ -752,6 +752,9 @@ namespace Scratch {
752
//<Control>k +- shift
753
Utils.action_from_group (ACTION_DUPLICATE_TAB, actions).set_enabled (!focused);
754
Utils.action_from_group (ACTION_CLEAR_LINES, actions).set_enabled (!focused);
755
+
756
+ //<Control>l
757
+ Utils.action_from_group (ACTION_TO_LOWER_CASE, actions).set_enabled (!focused);
758
return false;
759
}
760
0 commit comments