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 255538

Summary: Removed shortcut works until next IDE startup
Product: editor Reporter: stwr
Component: Key bindingsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

Description stwr 2015-09-24 11:14:12 UTC
Product Version = NetBeans IDE Dev (Build 201509240002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_60-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

Test Case --> http://services.netbeans.org/synergy/client/app/#/case/507/suite/1265/v/1

--Use Case--
1. Modify the shortcut for opening Projects view (e.g. from CTRL+1 to CTRL+8)
2. Switch to the view other than Projects view
3. Hit CTRL+1
4. Switch to the view other than Projects view
5. Hit CTRL+8

--Actual Result--
After 3rd step - Projects view is opened|focused.
After 5th step - Projects view is opened|focused.
Once the IDE is restarted the original shortcut (CTRL+1) does not work longer.

--Expected Result--
The original shortcut (CTRL+1) should not work when it was replaced. There should not be a need to restart the entire IDE in order to propagate the shortcut change