Normally I might have a spellbook inscribed:
!d!v!k!s@m1
and then a macro
\e\e\ema1a*
Or somesuch. (The above is a typical Manathrust macro in ToME 2.)
This is custom settings in two places. It'd be nice to have everything in one place.
My suggestion: add an inscription specification for macros. For instance
[F1:m_a*]
Or likewise
[C-x:m_d]
... Does this sound reasonable, or is it cramming in too much stuff?
!d!v!k!s@m1
and then a macro
\e\e\ema1a*
Or somesuch. (The above is a typical Manathrust macro in ToME 2.)
This is custom settings in two places. It'd be nice to have everything in one place.
My suggestion: add an inscription specification for macros. For instance
[F1:m_a*]
Code:
[ => start a new macro F1 => first function key : => start the command sequence m_a* => press m, (this item's slot), a, * ] => end the macro
[C-x:m_d]
Code:
C-x => Ctrl-x m_d => press m, (this item's slot), d
Comment