[Quest-ed-checkins] CVS: quest-3b conf.ql,1.17,1.18
Brought to you by:
alexm
|
From: Alexander M. <al...@us...> - 2002-05-18 18:12:16
|
Update of /cvsroot/quest-ed/quest-3b In directory usw-pr-cvs1:/tmp/cvs-serv14111 Modified Files: conf.ql Log Message: Add command that lets you move selected things by dragging them. Index: conf.ql =================================================================== RCS file: /cvsroot/quest-ed/quest-3b/conf.ql,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** conf.ql 18 May 2002 01:34:48 -0000 1.17 --- conf.ql 18 May 2002 18:12:11 -0000 1.18 *************** *** 240,243 **** --- 240,244 ---- (bind (lambda () (camera.rotate DIR_BACKWARD)) "d") */ + (bind edit.move_drag "mouse-left") (menu.set menu_camera) *************** *** 255,259 **** (bind edit.select.face_next "control+plus") (bind edit.select.face_prev "control+minus") ! (bind undo "control+z" (menu "_Undo")) (menu nil) --- 256,260 ---- (bind edit.select.face_next "control+plus") (bind edit.select.face_prev "control+minus") ! (bind undo "control+z" (menu "_Undo")) (menu nil) |