MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / Help_KeyboardShortcuts

Function Help_KeyboardShortcuts

source/Debugger/Debugger_Help.cpp:201–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void Help_KeyboardShortcuts()
202{
203 ConsoleBufferPush(" Scrolling:" );
204 ConsoleBufferPush(" Up Arrow" );
205 ConsoleBufferPush(" Down Arrow" );
206 ConsoleBufferPush(" Shift + Up Arrow" );
207 ConsoleBufferPush(" Shift + Down Arrow" );
208 ConsoleBufferPush(" Page Up" );
209 ConsoleBufferPush(" Page Down" );
210 ConsoleBufferPush(" Shift + Page Up" );
211 ConsoleBufferPush(" Shift + Page Down" );
212
213 ConsoleBufferPush(" Bookmarks:" );
214 ConsoleBufferPush(" Ctrl-Shift-#" );
215 ConsoleBufferPush(" Ctrl-# " );
216}
217
218
219void _ColorizeHeader(

Callers 1

CmdHelpSpecificFunction · 0.85

Calls 1

ConsoleBufferPushFunction · 0.70

Tested by

no test coverage detected