Delete key and two-button mouse on Linux

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Thu Feb 15 12:58:36 UTC 2001


On Thu, 15 Feb 2001 ajh18 at cornell.edu wrote:

> It would be nice if Squeak 3.0 on Linux had the following default
> behavior:
> 	Delete key (not backspace) deleted to the right instead of left, and

Remove this lines in sqXWindow.c (two occurences):

  if (charCode == 127)
    charCode= 8;

> 	The right button on a two-button mouse triggered yellow button activity
> (menu) instead of the blue button activity (halos).

See http://swiki.gsug.org:8080/sqfixes/1351.html

> Hopefully, someone who knows how to do this can get this into the 3.0
> release in time.

Well, I don't really know why Ian explicitely reconfigures the delete 
key ... It's the first line I always remove in my sqXWindow.c.

-- Bert





More information about the Squeak-dev mailing list