I am Working with C#
and Windows Forms
and want to use Ctrl+"Oemplus"
as a function key
for my application. I use a German keyboard
and this key is located 2 keys right of the letter P (that ist then "+"). Whenever I press this key in combination with Ctrl
and the focus is on a TextBox
I get a beep.
This also happens when I switch to an US keyboard
layout (still using my German keyboard
). This is then the ] key
.
The same happens when pressing this key while in Internet Explorers
address bar.
My question is:
- Why does this key combination produce a beep in a TextBox.
- How can I avoid the beep?
Thanks for any efforts you put on this.
Update:
I tried it on an US/Thai keyboard and get the beep as well. This happens no matter what logical keyboard layout I use (German, US, Thai).
The beep also happens in Windows Explorer in the address bar but not in the search box.