Initial commit with heading and form navigation keys added.

This commit is contained in:
Storm Dragon
2025-08-15 02:17:12 -04:00
parent ee66aabc39
commit d20be554e3
13 changed files with 508 additions and 51 deletions

View File

@@ -31,11 +31,11 @@ unsigned char GlobalKeymap[128] = {
/* X Y Z [ \ ] ^ _ */
nulcmd, nulcmd, ctrCsrH, topA, nulcmd, lastA, linbeg, nulcmd,
/* ` a b c d e f g */
nulcmd, svA, pgBack, curURL, nulcmd, nulcmd, nulcmd, goLineF,
nulcmd, svA, pgBack, curURL, nextHeading, prevHeading, nextForm, goLineF,
/* h i j k l m n o */
movL, peekIMG, movD, movU, movR, msToggle, srchnxt, ldOpt,
/* p q r s t u v w */
nulcmd, qquitfm, dispVer, selMn, nulcmd, peekURL, vwSrc, movRW,
prevForm, qquitfm, dispVer, selMn, nulcmd, peekURL, vwSrc, movRW,
/* x y z { | } ~ DEL */
nulcmd, nulcmd, ctrCsrV, prevT, pipeBuf, nextT, nulcmd, nulcmd,
};