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 167347 - regression? Meta+SPACE can not be used on 6.7 but used on 6.5.1
Summary: regression? Meta+SPACE can not be used on 6.7 but used on 6.5.1
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) All
: P3 blocker (vote)
Assignee: David Strupl
URL: http://blogs.sun.com/katakai/resource...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-19 02:58 UTC by Masaki Katakai
Modified: 2010-09-30 14:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-06-19 02:58:19 UTC
NetBeans IDE 6.7 RC2 (Build 200906040112)
Java: 1.6.0_13; Java HotSpot(TM) 64-Bit Server VM 11.3-b02-83
Mac OS X 10.5.7; SJIS; ja_JP (nb)

It seems that "Meta+SPACE" can not be used on Mac OS X on 6.7.
There is no Meta+SPACE on the candidates list. 

 http://blogs.sun.com/katakai/resource/tmp/20090619-01.png

I got the feedback from community member in Japan, he said
Meta+SPACE can be used at 6.5.1.
Comment 1 Vitezslav Stejskal 2009-06-22 11:28:03 UTC
Isn't Meta+Space already bound to the code completion? In that case it would not be offered in the list, because it's
already taken. Plus I think the list only serves as a hint on what shortcuts are available, but you should still be able
to insert any shortcut that you want. Or not? Thanks
Comment 2 Miloslav Metelka 2009-06-24 11:41:40 UTC
Meta key = Apple key on Mac. On my Mac OS X 10.5.7 the Apple+SPACE is assigned to open Spotlight search window in the system.
BTW code completion is bound to Ctrl-SPACE. If I unbound Spotlight I can use Apple+SPACE too e.g. for completion.
Comment 3 David Strupl 2010-09-30 14:37:49 UTC
As per Mila's evaluation I am marking this as works for me.