Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aomidori/minix3-function-keys-mapping
Modify the keyboard shortcut settings in Minix3, map the "Shift+F7" to current system processes running status checking
https://github.com/aomidori/minix3-function-keys-mapping
Last synced: 2 months ago
JSON representation
Modify the keyboard shortcut settings in Minix3, map the "Shift+F7" to current system processes running status checking
- Host: GitHub
- URL: https://github.com/aomidori/minix3-function-keys-mapping
- Owner: aomidori
- Created: 2015-10-10T15:07:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-11T07:01:02.000Z (over 9 years ago)
- Last Synced: 2023-08-02T14:55:10.348Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 207 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minix3-Function-Keys-mapping
Map the Shift+F7 to displaying how many processes are currently running1. Modify the "dmp.c" file (/usr/src/servers/is/dmp.c). Find the struct hook_entry.
Add one hook entry (e.g. {SF7, pscount\_dmp, "Display how many processes are running" }) into it.2. Modify the "dmp_kernel.c" file (/usr/src/servers/is/dmp_kernel.c).
Add the pscount\_dmp function into it. Add include "../pm/mproc.h".3. Modify the "proto.h" file (/usr/src/servers/is/proto.h). Add "void pscount_dmp(void);" to it
4. cd /usr/src
5. make build
6. reboot
7. Try to press Shfit+F5, and Shift+F7 :)
![](https://raw.githubusercontent.com/AOMIDORI/Minix3-Function-Keys-mapping/19e50c3019c00e4d8033786f508d74a335b53bad/screenshot/keymap.png)