summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-08-09 16:23:09 +1000
committerNathan Scott <nathans@redhat.com>2021-08-09 16:23:09 +1000
commiteb4ff3c69cf2b0c78d5158728fe0cc0245f2d080 (patch)
tree605352d1d68a9de801eee39e4a5fbc8ee5c36f40 /linux
parent1bd95983b2703cb313ea301367ff3199fabd1f9d (diff)
Add Shift-F7, Shift-F8 keybindings for autogroups
Diffstat (limited to 'linux')
-rw-r--r--linux/Platform.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/Platform.c b/linux/Platform.c
index 64be93c7..f45f4f53 100644
--- a/linux/Platform.c
+++ b/linux/Platform.c
@@ -182,6 +182,8 @@ void Platform_setBindings(Htop_Action* keys) {
keys['i'] = Platform_actionSetIOPriority;
keys['{'] = Platform_actionLowerAutogroupPriority;
keys['}'] = Platform_actionHigherAutogroupPriority;
+ keys[KEY_F(19)] = Platform_actionLowerAutogroupPriority; // Shift-F7
+ keys[KEY_F(20)] = Platform_actionHigherAutogroupPriority; // Shift-F8
}
const MeterClass* const Platform_meterTypes[] = {

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