I started looking through the source code on Git and found this:
http://gitorious.org/tome2/tome2/blobs/ ... /wizard2.c
It isn't very readable, but scroll to the bottom and you will find the key presses and a brief description.
EDIT:
Got bored at work and converted it to a readable format...
" : Hack -- Generate Spoilers
? : Hack -- Help
a : Cure all maladies
b : Teleport to target
- : Create any object
c : Create any object
C : Create a named artifact
d : Detect everything
D : Change of Dungeon type
e : Edit character
E : Change grid's mana
f : View item info
g : Good Objects
h : Hitpoint rerating
H : MONSTER_HORDES
i : Identify
j : Go up or down in the dungeon
k : Self-Knowledge
l : Learn about objects
m : Magic Mapping
M : gain corruption
r : Specific reward
R : Create a trap
N : Summon _friendly_ named monster
n : Summon Named Monster
o : Object playing routines
p : Phase Door
P : Panic save the game
q : get a Quest
u : Make every dungeon square "known" to test streamers -KMW-
s : Summon Random Monster(s)
S : Change the feature of the map
T : Teleport to a town
v : Very Good Objects
w : Wizard Light the Level
W : Make a wish
x : Increase Experience
z : Zap Monsters (Genocide)
_ : Hack -- whatever I desire
* : Mimic shape changing
+ : Gain a fate
F : Change the feature of the map
U : Undead form (?)
******No effect******
ESCAPE
n
r
******No description******
/ : summon_specific(p_ptr->py, p_ptr->px, max_dlv[dungeon_type], command_arg);
= : wiz_align_monster(command_arg);
@ : wiz_inc_monster_level(command_arg);
A :
status_main();
B : do_cmd_wiz_body(command_arg);
> :
do_cmd_lua_script();
Not a Wizard Command
if (!process_hooks(HOOK_DEBUG_COMMAND, "(d)", cmd))
msg_print("That is not a valid debug command.");