it's certainly possible to add PgUp/PgDn to a TouchTerm keyboard --
the main issue here is that we're starting to run out of space for
extra keys. i think we should be able to add one more keypad to the
top toolbar...so i think i'll start up a new thread and see what other
possible keys we could include.
another possibility is that it seems like we've been getting a good
amount of feedback from IRSSI users, so maybe it makes sense to
support an "IRSSI Mode" in the standard version of TouchTerm.
i'm not sure if you're using TT Pro or not, but for the record, it's
pretty straightforward to "add" this functionality to TT Pro by
creating a custom a keypad which transmits the proper codes: the
escape sequences for PgUp and PgDn are "^[5~" and "^[6~", so you could
edit a new Keypad key to perform the following Actions:
- Send Escape
- Send String: "[5~" (or "[6~" for PgDn)
finally...in the meantime, according to the IRSSI docs, you can use
Alt-p and Alt-n as an alternative to PgUp/PgDn. it's not as nice as
having a pgup/pgdn key, but at least it will work. :)