Mapped Print menu item action to Ctrl-P keystroke.
This commit is contained in:
parent
cbb3b9d3c4
commit
4c064f2647
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ static NSString *getApplicationName(void)
|
|||
- (IBAction) onPrint:(id)sender
|
||||
{
|
||||
macosx.menuAction = 1;
|
||||
do_print();
|
||||
[self sendSDLControlKeystroke:SDLK_p];
|
||||
macosx.menuAction = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue