F3 is now: search-again;
authorClaus Gittinger <cg@exept.de>
Mon, 03 May 1999 15:27:05 +0200
changeset 348 dc429709126b
parent 347 7139555dbd69
child 349 97acd4385192
F3 is now: search-again; comment/uncomment now on F4/F5
d_win32.rc
--- a/d_win32.rc	Mon May 03 15:26:34 1999 +0200
+++ b/d_win32.rc	Mon May 03 15:27:05 1999 +0200
@@ -10,10 +10,13 @@
 "/ windows feel - especially, change 
 "/     cut/copy/paste    from ALT-[XCV] into CTRL-[XCV]
 "/     HOME-key from BeginOfText to BeginOfLine
-"/     END-key from EndOfText to EndOfLine
+"/     END-key  from EndOfText to EndOfLine
 "/     F1-key from Again to Help
+"/     F3-key now FindAgain
+"/     F4-key now CommentSelection
+"/     F5-key now UncommentSelection
+"/     F8-key now (replace-) Again
 "/     UserInterrupt now on PAUSE
-"/     F8 now on PAUSE
 
 |map|
 
@@ -31,6 +34,9 @@
 
 map bindValue:#Help          to:#F1.
 map bindValue:#Again         to:#F8.
+map bindValue:#FindAgain     to:#F3.   "/ search again in same direction
+map bindValue:#CommentSelection   to:#F4.
+map bindValue:#UncommentSelection to:#F5.
 
 "/ map bindValue:#Cmdc          to:#Cmdc.
 "/ map bindValue:#Cmdx          to:#Cmdx.