IFKeyNav is a simple AutoIt script that enables keyboard
navigation in Interactive Fiction, using it you can navigate
the game world by using key combinations, the defaults are:

Ctrl+Up - North
Ctrl+Right - East
Ctrl+Down - South
Ctrl+Left - West
Ctrl+PgUp - Northeast
Ctrl+PgDn - Southeast
Ctrl+End - Southwest
Ctrl+Home - Northwest
Ctrl+Insert - Up
Ctrl+Delete - Down
Ctrl+Esc - Exit IFKeyNav

It targets Windows Frotz by default, but the AutoIt script
is included in this package and so it can be re-compiled
to possibly work with other interpreters and use different
key combinations.

Have fun.
-Roy Lazarovich.