Re-sync docs 2022-04-24

This commit is contained in:
Bill Kendrick 2022-04-24 12:23:03 -07:00
parent cc6cf1ebcc
commit 544b1c3e65
37 changed files with 868 additions and 1016 deletions

View file

@ -2,7 +2,7 @@
バージョン 0.9.28
Signals Documentation
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
Copyright © 2019-2022 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2022年3月31日
@ -25,7 +25,7 @@
respectively), whether or not to overwrite the existing drawing,
or save to a new file.
killall tuxpaint
: killall tuxpaint
💡 Note: From other parts of the interface, the signal is currently
interpreted as a request to go back (e.g., from the "New" dialog
@ -45,7 +45,7 @@
So, from the main interface, Tux Paint should quit almost
immediately, with no questions asked.
killall -s SIGUSR1 tuxpaint
: killall -s SIGUSR1 tuxpaint
💡 Note: From other parts of the interface, unfortunately, Tux
Paint will go back one level in the interface. Therefore, at this