hakandundar34coding / system-monitoring-center

Multi-featured system monitor
GNU General Public License v3.0
905 stars 83 forks source link

"Not So Necessary" Feature Requests. #160

Closed amiga-500 closed 1 year ago

amiga-500 commented 1 year ago

Your app is by far leagues better than other system monitoring apps. It has now become an invaluable tool in my daily activities.

What follows aren't necessarily feature requests but more "it would be nice if.." things. Meaning, if not added it wouldn't make any difference to how i do things now. I just thought i would share.

hakandundar34coding commented 1 year ago

About Minimize Task Tray feature: @amiga-500, @zen2, @dCo3lh0, There was an another user that wrote an email about a similar feature. Four users wrote about this feature so far. But this feature may be added after some time later (details).

About Processes & Services tabs search entry focus feature: This may be added in a newer version. As an alternative way, Ctrl+F shortcut may be added for search entry (box) focus.

About End process shortcut feature: Del shortcut may be added if more than one shortcut can be defined.

hakandundar34coding commented 1 year ago

Searchentry focus feature is added. Ctrl+F buttons can be used for focus of searchentries on Sensors, Processes, Users and Services tabs.

The application may be updated from Flatpak after about 4 hours.


Del shortcut is not added. Because, more than one shortcut can be defined for an action but only the first one is shown in the right click menu. Ending a process by using a single keyboard button is dangerous in this case. Del shortcut and an alternative shortcut may be added with an option in one of the newer versions of the application. But this depends on the popularity/download activity of the application.

amiga-500 commented 1 year ago

Searchentry focus feature is added. Ctrl+F buttons can be used for focus of searchentries on Sensors, Processes, Users and Services tabs. The application may be updated from Flatpak after about 4 hours.

Fantastic. I will give it a try.

Del shortcut is not added. Because, more than one shortcut can be defined for an action but only the first one is shown in the right click menu. Ending a process by using a single keyboard button is dangerous in this case.

Yea i figured the same. Not a problem! Granted, like Ctrl+T, the Del key would have also brought up the "Do you want to end this process?" dialog box, which would have prevented accidental process deletions. But nonethless, im very happy with your app. It's very impressive!

Regards!

amiga-500 commented 1 year ago

Searchentry focus feature is added. Ctrl+F buttons can be used for focus of searchentries on Sensors, Processes, Users and Services tabs.

If im not mistaken ur app used to have the focus already set in the search field each time i visited the Processes/Services/Users tab. I could have sworn i confirmed this a while back. It seems that feature is now gone. But the Ctrl+F still works though.

Just thought id let you know.

Using the latest SMC2.14.0 from FlatPak.

hakandundar34coding commented 1 year ago

I did not add a feature for SearchEntry focus after tab switches. There may have been problems because of some reasons. Last selected GUI objects grab focus if mouse button is clicked on them. This is the default behavior of the GUI toolkit.

You can follow these steps for checking the GUI object that has focus:

amiga-500 commented 1 year ago

thx for the clarification :)