mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Update KeyDev.ZC Ctrl-Alt-V callback name to replace 'VGA' with 'Video Framebuffer'.
This commit is contained in:
parent
3db0badd5d
commit
7b15c0bee5
1 changed files with 1 additions and 1 deletions
|
@ -237,6 +237,6 @@ U0 KeyDevInit()
|
|||
CtrlAltCBSet('M', &CtrlAltM, "Cmd /Toggle Mute");
|
||||
CtrlAltCBSet('N', &CtrlAltN, "Cmd /Next Focus Task",, TRUE);
|
||||
CtrlAltCBSet('T', &CtrlAltT, "Cmd /Terminal Window");
|
||||
CtrlAltCBSet('V', &CtrlAltV, "Cmd /VGA Flush",, TRUE);
|
||||
CtrlAltCBSet('V', &CtrlAltV, "Cmd /Video Framebuffer Flush",, TRUE);
|
||||
CtrlAltCBSet('X', &CtrlAltX, "Cmd /Kill Focused Task",, TRUE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue