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 231915 - toggle comment shortcut strange logic
Summary: toggle comment shortcut strange logic
Status: RESOLVED DUPLICATE of bug 227247
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 7.4
Hardware: Other Other
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 10:06 UTC by skygo
Modified: 2013-06-27 12:20 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 skygo 2013-06-27 10:06:11 UTC
[ BUILD # : 201306262301 ]
[ JDK VERSION : 1.7.0_21 ]

Os :windows 8

Hi, 
  was trying to reproduce issue 231893 to help netcat.

 I was unable to use the shortcut ctrl+/ on my azerty default layout.  SLASH
key is equivalent to  >  or shift+. in the qwerty world.
  By looking in netbeans source code I find an alternate option: Ctrl-Shift-C.
 
  I observe a strange (funny) behaviour is the Source -> "Toggle Comment
menuitem":
    boostrap: 
      Opened  java and  html files.

      then I select files and show the display of accelerator in the "toggle
comment menuitem"
     sometimes it's CTRL + Maj + C (CTRL + Shift + C) other times 
                           it's CTRL + Barre oblique (CTRL + SLASH)
                 

Is it somehow possible  to edit  "shortcuts.pdf" file  (not sure how (if) its
generated by buildprocess) to have the both keybinding shown?
 
    
Regards,

The two layout:
http://commons.wikimedia.org/wiki/File:Clavier-Azerty.svg

http://commons.wikimedia.org/wiki/File:KB_USA-standard.svg
Comment 1 Svata Dedic 2013-06-27 12:20:41 UTC
toggle comment (as an example, but it is a general issue) on national keyboards is tracked as issue #227247

*** This bug has been marked as a duplicate of bug 227247 ***