Quick way to check keyboard shortcuts?

Is there an easy and fast way to see a comprehensive list of active keyboard shortcuts from TeXmacs?

Alternatively, is there a good cheatsheet out there?

1 Like

I use Texmacs daily. You can find the shortcuts in progs/math/math-kbd.scm in the installed directory of Texmacs.

There is no cheatsheet as far as I know.

The shortcuts are full of intuitive although sometimes complicated key combinations. I use only a small subset of these and I made some changes as well.

1 Like
➜  progs git:(master) find . | grep kbd
./database/bib-kbd.scm
./dynamic/calc-kbd.scm
./dynamic/scripts-kbd.scm
./dynamic/fold-kbd.scm
./source/source-kbd.scm
./education/edu-kbd.scm
./math/math-kbd.scm
./prog/prog-kbd.scm
./texmacs/keyboard/latex-kbd.scm
./texmacs/keyboard/config-kbd.scm
./texmacs/keyboard/prefix-kbd.scm
./link/link-kbd.scm
./version/version-kbd.scm
./table/table-kbd.scm
./doc/apidoc-kbd.scm
./doc/tmdoc-kbd.scm
./generic/generic-kbd.scm
./text/text-kbd.scm
./text/cyrillic/jcuken-kbd.scm
./text/cyrillic/koi8-kbd.scm
./text/cyrillic/yawerty-kbd.scm
./text/cyrillic/cp1251-kbd.scm
./text/cyrillic/translit-kbd.scm
./graphics/graphics-kbd.scm
./kernel/gui/kbd-define.scm
./kernel/gui/kbd-handlers.scm

Just look into these files.

It is a good idea to make a cheatsheet.

1 Like