1
0
Fork 0

Facility for displaying keyboard presses when making screencasts

This commit is contained in:
Joris van der Hoeven 2019-04-10 13:50:00 +00:00
parent e863a06c03
commit 24df0ab0b0
1 changed files with 16 additions and 0 deletions

View File

@ -442,6 +442,22 @@ source code.
<scm|void>.
</explain>
<\explain>
<scm|(get-show-kbd)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|get_show_kbd> which returns
<scm|bool>.
</explain>
<\explain>
<scm|(set-show-kbd <scm-arg|bool>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|set_show_kbd> which returns
<scm|void>.
</explain>
<\explain>
<scm|(set-latex-command <scm-arg|string>)>
<explain-synopsis|no synopsis>