FYI:: I have been struggling with delete/insert keys

The following is from my xtartup.bat file

I was using "xmodmap" as follows:

REM
REM Startup the programs
REM 

REM Startup the X Server.

rem start XWin
start XWin-Test86 -multiwindow -clipboard

REM Startup the twm window manager.

rem run twm
rem run wmaker

REM Set a background color.

run xsetroot -solid aquamarine4
run xhost usilca11
run xmodmap -e "keycode 91 = Delete"
run xmodmap -e "keycode 90 = Insert KP_0"

run xterm -sl 5000 -sb -rightbar -ms red -fg blue -bg wheat -cr
DarkSlateGrey -fn 10x20 -ls -g +100+100
**************************************

Using xmodmap as shown above seems to cause the new windows title
changing code
to not work consistently/reliably

Reply via email to