Re: Control-shift-P.

2021-03-25 Thread Owen Thomas
On Thu, 25 Mar 2021 at 20:59, Jens Zurawski wrote: > To find out, what a specific Hot Key is doping, just focus the "Search > in Shortcuts" field and press the Hotkey (in your example Ctrl-Shift-P) > then you can see that its action is "Go to Super Implementation". You > then can define another H

Re: Control-shift-P.

2021-03-25 Thread Neil C Smith
On Thu, 25 Mar 2021 at 09:59, Jens Zurawski wrote: > you can get Information of all Hot Keys and redefine them as you want. > Just go into "Tools -> Options -> Keymap". And somewhat in reverse, also use the menus / editor popup menu to see shortcuts. eg. this specific one is listed next to the a

Re: Control-shift-P.

2021-03-25 Thread Jens Zurawski
then you can see that its action is "Go to Super Implementation". You then can define another Hot Key for it if you want. cu Jens Am 25.03.2021 um 01:23 schrieb Owen Thomas: I accidentally pressed control-shift-p while in the implementation of a method from an anonymous inner c

Control-shift-P.

2021-03-24 Thread Owen Thomas
I accidentally pressed control-shift-p while in the implementation of a method from an anonymous inner class, and discovered, somewhat to my surprise, that I was taken to the methods declaration. Is this the intended purpose of this keystroke, or is there more to it? Where can I find out? Thanks