summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-12-21 20:40:00 +0100
committerDaniel Lange <DLange@git.local>2020-12-21 20:40:00 +0100
commit9b8b380c320ac60acd39308a7dd8ade4fe540cd8 (patch)
tree51fe441d4747be75b18ada45327d25741552fb8c /Action.c
parenta09ad6b8b434e8982d74d7082c8cb5dc2a056562 (diff)
De-lazy @cgzones :)
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Action.c b/Action.c
index 52723639..92191810 100644
--- a/Action.c
+++ b/Action.c
@@ -682,8 +682,6 @@ void Action_setBindings(Htop_Action* keys) {
keys['w'] = actionShowCommandScreen;
keys['x'] = actionShowLocks;
keys[KEY_F(1)] = actionHelp;
- keys[KEY_F(10)] = actionQuit;
- keys[KEY_F(18)] = actionExpandCollapseOrSortColumn;
keys[KEY_F(2)] = actionSetup;
keys[KEY_F(3)] = actionIncSearch;
keys[KEY_F(4)] = actionIncFilter;
@@ -692,6 +690,8 @@ void Action_setBindings(Htop_Action* keys) {
keys[KEY_F(7)] = actionHigherPriority;
keys[KEY_F(8)] = actionLowerPriority;
keys[KEY_F(9)] = actionKill;
+ keys[KEY_F(10)] = actionQuit;
+ keys[KEY_F(18)] = actionExpandCollapseOrSortColumn;
keys[KEY_RECLICK] = actionExpandOrCollapse;
keys[KEY_RESIZE] = actionResize;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy