User forums > Help

numpad del doesn't work in Linux...

(1/2) > >>

rickg22:
in my current install, i can't use the numpad Del key to delete a character. Whenever I press it, a "Ɓ" character shows up. Any idea of why it would happen? Other wxGTK apps don't do that, only CB. Please help :(

rickg22:
I found a fix...

in ScintillaWX.cpp:


--- Code: ---    case WXK_DELETE:            key = SCK_DELETE;   break;

--- End code ---

Prepend the following line:

--- Code: ---    case WXK_NUMPAD_DELETE:

--- End code ---

And it works now :)

JGM:
without noticing you are becoming an active developer again!  :D

killerbot:
applied this, and did similar thing for the numeric keypad 'insert' :-)

troels:
This was fixed 1.5 years ago in wxWidgets
http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/contrib/src/stc/ScintillaWX.cpp?r1=40721&r2=41374

Navigation

[0] Message Index

[#] Next page

Go to full version