From 9b8b380c320ac60acd39308a7dd8ade4fe540cd8 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 21 Dec 2020 20:40:00 +0100 Subject: De-lazy @cgzones :) --- Action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Action.c') 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; } -- cgit v1.2.3