Page 1 of 1

command-N confusion

Posted: Sun Dec 02, 2007 6:19 pm
by dave_f
This is not a very big issue, but every Mac- instinct tells me that command-N should bring up a new window in any program. But that's not the case in the newLISP IDE, where command-N is currently assigned to "Clear tab".

The cmd-N /new-window expectation seems to be hard-wired into my fingers - I must have made this mistake dozens of times. Anybody else bothered by this?

Suggestion: My sluggish synapses would have a much easier time if "Clear tab" was assigned to shift-cmd-N and "New" was assigned to cmd-N.

thanks,

dave_f

Posted: Sun Dec 02, 2007 7:06 pm
by cormullion
Ooh yes I can see that that might hurt. Command-N for Newk, perhaps... :)

Don't know whether you can modify the keyboard accelerators without editing the /usr/bin/newlisp-edit.lsp file itself. Change it like this perhaps:

Code: Select all

(gs:set-accelerator 'gs:FileClear "shift meta N")
(gs:set-accelerator 'gs:FileNew " meta N")

Posted: Sun Dec 02, 2007 8:11 pm
by Lutz
... will be changed according to Dave's and Cormullion's suggestions in the next version.

Lutz