This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 118944

Summary: Defaults shortcuts incoherent between plateform Linux./Mac
Product: ide Reporter: kawkhins <kawkhins>
Component: CodeAssignee: Ondrej Langr <olangr>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description kawkhins 2007-10-15 21:42:09 UTC
hello,

Start debuging on linux is F5
Start debuging on MACOSX is CTRL-F5
Continue on linux is CTRL-F5
Continue on MacOSX is F5
....

There should be the same shortcuts for all plateforms by default! When we use several plateforms, it's a real problem.
(I understand there could be some changes due to meta key)
Comment 1 kawkhins 2007-10-15 21:43:52 UTC
*** Issue 118943 has been marked as a duplicate of this issue. ***
Comment 2 kawkhins 2007-10-16 10:35:22 UTC
Note: Windows and Mac seams to have coherent default shortcuts together.
(at least for the two mentionned in this report)
Comment 3 novakm 2007-10-18 14:01:35 UTC
I think each module is responsible for its shortcuts. Reassigning to debugger as you mentioned only debugger shortcuts.
Please, evaluate.
Comment 4 Roman Ondruska 2007-10-18 14:06:02 UTC
Ondreji, please, write a short explanation and close this issue. THX!
Comment 5 Ondrej Langr 2007-10-18 14:21:26 UTC
On both linux and windows, shortcut for start debugging should be now Ctrl + F5. This has been switched with continue
(now F5) as continue is used generally more often and thus should be easier to invoke. 

On mac, it should also be possible to use Cmd + F5 (direct translation from Ctrl + F5) for start debugging, but since
this shortcut is out-of-the-box assigned to voice over function and consumed by OS, the main shortcut is now Ctrl + Cmd
+ F5 (see issue 113135). This change has only been done today. 

*** This issue has been marked as a duplicate of 113135 ***