diff -u -r angband-290/lib/user/pref.prf angband/lib/user/pref.prf
--- angband-290/lib/user/pref.prf	Mon Apr 10 07:42:28 2000
+++ angband/lib/user/pref.prf	Sat Apr 29 16:35:04 2000
@@ -55,6 +55,10 @@
 A:w0
 C:0:X
 
+# Original keymap: Repeat last command
+A:^V
+C:0:n
+
 
 ##### Roguelike Keyset Mappings #####
 
@@ -202,6 +206,11 @@
 A:w0
 C:1:X
 
+# Roguelike keymap: Repeat last command
+A:^V
+C:1:[
+
+
 
 ##### System Specific Subfiles #####
 


