mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Add Shift-F7, Shift-F8 keybindings for autogroups
This commit is contained in:

committed by
Nathan Scott

parent
1bd95983b2
commit
eb4ff3c69c
@ -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[] = {
|
||||
|
Reference in New Issue
Block a user