Re: LW 8.1 keyboard issue
"Paul Werkowski (as pw at snoopy dot qozzy dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
Yes, that works. I don't often write code in the listener though. I usually use the buttons on top of the editor to eval or compile something. After 50+ years of daily keyboard use I have acquired unconscious training in hitting the closest Enter button. It breaks my train of thought to stop and hit the Backspace key a bunch of times to get back to the #\) and use the other Enter key. I have tried 8.1 on a Windows 11 system installed on a VMware VM with no init files that might get in the way with same results. Pretty weird if I am the only one with this issue. PW On 3/8/2025 9:44 AM, David McClain (as dbm at refined-audiometrics dot com) wrote: > Hi Paul, > > I have my number keypad Enter explicitly mapped for myself, to become > an Evaluate Defun. You have that choice. > > (editor:bind-key "Evaluate Defun" "Kp-Enter") > > > >> On Mar 8, 2025, at 06:51, Paul Werkowski (as pw at snoopy dot qozzy >> dot com) <[email protected]> wrote: >> >> So, it seems that, on my Windows PC, that the "Enter" key to the >> right of <" '> , is handled by the Listener as usual but the "Enter" >> key to the right of keypad "3" visually acts the same (#\return >> #\newline or is it #\newline #\return) but no action happens. >> >> The editor treats both the same. As does every other app on this >> computer. >> >> The keyboard is a standard Logitech Solar Powered K750. >> >> Anyone else seeing this? >> >> PW >> >> _______________________________________________ >> Lisp Hug - the mailing list for LispWorks users >> [email protected] >> http://www.lispworks.com/support/lisp-hug.html >