7.1 macro issue

dbennett

Member
Howdy, I've just installed 7.1 and have come across a minor issue that 7.0.3 didn't have.

I have a macro recorded that types out "SELECT t.*, t.ROWID FROM " for me and I've assigned "Ctrl+Shift+E" to it as a hotkey.

It used to work just fine, but now it appears that the fact that have the Shift key pressed as part of the hotkey, it is overriding the Shift button settings in the macro. Thus I get "SELECT T>*< T>ROWID FROM " typed out.

Anyway, that's all for now. Thanks for all the hard work. PL/SQL Developer rocks. :)
 
I confirm the issue.

Marco, you should assign the macro to Ctrl+Shift+E key (not F12) to see it.

PL/SQL Developer 7.1.0.1337
Win2003 SP2
 
Ctrl+Shift+E is what i tried. There must be some other factor involved. I will try it on Windows 2003.
 
Back
Top