Reputation: 1
One of my favorite Delphi IDE keyboard shortcuts is the handy Ctrl-K-I, that let's me indent a block of code that contains existing indents, and which indents the selected set to the right, while keeping all lines in the block at their same relative indent.
I was using this shortcut, but I apparently hit a wrong key on the keyboard. Suddenly I found that ALL keyboard shortcuts had stopped working -- in ALL versions of Delphi on this Windows 10 PC.
Windows shortcuts like Ctrl-V still work, and GExperts shortcuts also still work, but the Delphi key mapping shortcuts in the IDEs no longer work.
I would think this would be some sort of Windows connection used between all Delphi IDEs and Windows, but I haven't found anything to fix this yet.
Any clues?
Upvotes: 0
Views: 1130
Reputation: 11
The reason it doesn't work is that some other application catch the keyboard interruption at the same time. In my case it was video card Radeon Software. I just navigate to Radeon Software -> Settings -> ShortCuts tab and disable all shortcuts by switch button. After that it starts working in Delphi IDE without restart.
Upvotes: 1