This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XWin-Test86: (New Window's title Code breaks when used with xmodmap)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]