newLISP Fan Club

Forum => newLISP in the real world => Topic started by: dave_f on December 02, 2007, 10:19:04 AM

Title: command-N confusion
Post by: dave_f on December 02, 2007, 10:19:04 AM
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
Title:
Post by: cormullion on December 02, 2007, 11:06:54 AM
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:


(gs:set-accelerator 'gs:FileClear "shift meta N")
(gs:set-accelerator 'gs:FileNew " meta N")
Title:
Post by: Lutz on December 02, 2007, 12:11:39 PM
... will be changed according to Dave's and Cormullion's suggestions in the next version.



Lutz