View Single Post
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#19
Originally Posted by mr_pingu View Post
Edit:
According to Mentalist, some programms use KP_delete. to tackle this once and forever, I was thinking of some construction like this

[CODE
key <DEL> {[ KP_Delete ] };
key <KPDL> {[ Delete ] };
[/CODE]

This doesn't work as expected, unfortunately
Any ideas?
Well, I'm not sure what you're trying to do, but I have the delete key on Fn+Backspace, and here is the line from my rx-51 file:

Code:
key <BKSP>	{ [	BackSpace,	BackSpace,	KP_Delete,	Escape	] };