Keyboard editing under UNIX

Christopher Oliver oliver at fritz.co.traverse.com
Mon Feb 9 00:13:55 UTC 1998


Ok.  Maybe I'm being dull, but Control in a paragraph editor is supposed to
serve as Command-Shift on some machines, but #changeEmphasis for the para-
graphEditor seems to ignore the + and - for kerning.  Is it too bold to sug-
gest:

	(keyCode between: 7 and: 11) ifTrue:
		[(sensor leftShiftDown | sensor controlKeyPressed)
		ifTrue:

in place of:

	(keyCode between: 7 and: 11) ifTrue:
		[sensor leftShiftDown
		ifTrue:

as the condition to determine if the user want over/under strike or kerning
adjustment?

Thoughts?

-- 
Christopher Oliver                     Traverse Communications
Systems Coordinator                    223 Grandview Pkwy, Suite 108
oliver at traverse.com                    Traverse City, Michigan, 49684
   (define magic (lambda (f) (lambda (x) x)))
   (define (more-magic n) (lambda (f) (lambda (x) (f ((n f) x)))))





More information about the Squeak-dev mailing list