hengband-108eng2c.tar.gz: source of the latest stable version. hengband-108eng3c.tar.gz: source of the latest test version with macro trigger patch. The english version 3c include new patch of macro system. The patch allows you to write user's macro definition in .prf file as below. # F1-key A:foo P:\[F1] # shift-key + alt-key + Home-key A:bar P:\[shift-alt-HOME] # alt-key + 'J' A:foobar P:\[alt-J] You don't need to directly write key-code; like ^_O_62/r or ^_x3b\r etc. And you will have never seen such key-code in the '@' (interact with macro) command, This means user's .prf files become portable between different systems. The key names are defined in pref-???.prf file as below. T:&x#:CSA:control-:shift-:alt- ... T:A:1E T:S:1F T:D:20 ... T:F1:3B T:F2:3C T:F3:3D ... ----------------- Mogami http://echizen.s5.xrea.com/heng/eng-hengband/index.html