Skip to content

Commit 1521f93

Browse files
committed
Disable Ctrl-l action while terminal is focused
1 parent c0d94f0 commit 1521f93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/MainWindow.vala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,9 @@ namespace Scratch {
752752
//<Control>k +- shift
753753
Utils.action_from_group (ACTION_DUPLICATE_TAB, actions).set_enabled (!focused);
754754
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);
755758
return false;
756759
}
757760

0 commit comments

Comments
 (0)