changing key-bindings
Hi,
I'd like to ask you how to change default key-bindings on Lispworks.
I'd like to assign "delete previous character" to "Ctrl-h".
I read this tutorial:
http://www.lispworks.com/documentation/lw50/EDUG-M/html/eduser-m-129.htm#32041
I just need to put code in the initialization code as follows:
(editor:bind-key "Delete Previous Character " #("control-h"))
but I cannot solve this problem.
I'd appreciate your advice.
I'd like to ask you how to change default key-bindings on Lispworks.
I'd like to assign "delete previous character" to "Ctrl-h".
I read this tutorial:
http://www.lispworks.com/documentation/lw50/EDUG-M/html/eduser-m-129.htm#32041
I just need to put code in the initialization code as follows:
(editor:bind-key "Delete Previous Character " #("control-h"))
but I cannot solve this problem.
I'd appreciate your advice.