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 117058 - ctrl-shift-i Fix Imports keybinding is invalid
Summary: ctrl-shift-i Fix Imports keybinding is invalid
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker with 1 vote (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 18:20 UTC by Unknown
Modified: 2011-01-13 15: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 Unknown 2007-09-28 18:20:39 UTC
ctrl-shift-i for Fix Imports doesn't work on Linux/KDE
Comment 1 Jiri Prox 2007-10-01 10:23:24 UTC
Please check in the Option -> KeyMap (Source->Fix Import) if the shortcut is assigned to this action. Is there any
message in the status bar? Which build do you use?
Comment 2 Unknown 2007-10-01 14:37:21 UTC
It shows it is mapped to ctrl+shift+i
Comment 3 Jeffrey Rubinoff 2008-01-10 15:23:28 UTC
This keycombo does not work for me, either. And the shortcut ctrl-shift-I is assigned to this function according to my
Options -> KeyMap list.
I am not running Linux. I am running 6.0 on Win XP on a Vaio. Does not work on either native or USB keyboard. If you are
in prg06, drop by rm 2320 for a demo...
Comment 4 rptmaestro 2008-01-22 17:54:12 UTC
I'm running Windows XP and ctrl+shift+i does not work for me either. Both the menu and Tools/Options/Keymap for the
NetBeans profile show that fix imports is mapped to ctrl+shift+i, but it's not working. In fact, if I remove this
keybinding and try to reenter the keybinding as ctrl+shift+i, it will only put in ctrl+shift. It will not put in the
'i'. To me this means something else in the IDE or the OS is consuming this key sequence.

As a workaround, if I type just ctrl+i, it works.
Comment 5 Jiri Prox 2008-01-23 07:33:33 UTC
yes, if you can not type the specific shortcut in the add shortcut dialog your OS is probably consuming it. Try shutting
down programs running on background
Comment 6 Jan Becicka 2008-01-31 09:11:26 UTC
Dane, pls evaluate. Thanks
Comment 7 ppp5 2008-02-01 17:16:51 UTC
In KDE Kopete has this shortcut reserved.
Comment 8 adamtaft 2008-04-03 00:26:43 UTC
Just wanted to comment on this, FYI:

Trillian (an instant messaging client) uses (hijacks?) ctrl-shift-i.  It can be disabled in Trillian by going to
Preferences -> Advanced -> Automation -> (scroll down) Hotkeys: ctrl-shift-i  Uncheck the box.
Comment 9 Jan Becicka 2008-08-15 08:30:17 UTC
key is consumed by os. There is nothing to fix on NB side.
I use KDE and don't have such issues. Probably caused by those IMs.
Comment 10 Unknown 2008-08-15 13:50:00 UTC
Is there a way to know if the key is consumed? OW, it looks like a bug.
How about at least an FAQ of keys that are in conflict with NB.  There are more than ctrl-i and they
look like bugs.
Comment 11 Jiri Prox 2008-08-19 12:25:43 UTC
The shortcut conflict can be detected in another application - e.g another editor or simple java application containing
KeyListener.

Creating general FAQ is good idea. 
Comment 12 artisan 2010-06-18 10:19:36 UTC
With the past versions I noticed some versions reacted to ctrl-shift-i and some didn't.

6.9 final unfortunately doesn't any more. While the versions before did.

Trying to assign the key again in the shortcuts doesn't work. "CTRL-SHIFT-" appears but the final "I" doesn't. For some reason this shortcut can't be assigned.

Product Version: NetBeans IDE 6.9 (Build 201006101454)
Java: 1.6.0_20; Java HotSpot(TM) 64-Bit Server VM 16.3-b01
System: Linux version 2.6.32-22-generic running on amd64; UTF-8; en_US (nb)
Userdir: /home/jan/.netbeans/6.9

Running on Kubuntu 10.04 (KDE4).
Comment 13 Dusan Balek 2011-01-13 15:20:30 UTC
Running Kopete consumes ctrl+shift+i shortcuts - see #187776 for more info.