[texworks] Auto-completion - Document Jumps

Alain Delmotte esperanto at swing.be
Wed Jun 15 08:44:35 CEST 2011


Hi Paul,

This is a .js script, how to make it Python?

------------------------
# TeXworksScript
# Title:  Make Bullet
# Description: Inserts a bullet for autocompletion
# Author:  Paul Norman
# Version: 0.1
# Date: 2011-03-05
# Script-Type: standalone
# Context: TeXDocument
# Shortcut: Alt+M, Alt+B

TW.target.insertText("\u2022")
------------------------
doesn't work for me.

Thanks,

Alain

Le 15/06/2011 01:10, Paul A Norman a écrit :
> P.S. a simple script for inserting bullets if keyboard is too difficult
>
> // TeXworksScript
> // Title:  Make Bullet
> // Description: Inserts a bullet for autocompletion
> // Author:  Paul Norman
> // Version: 0.1
> // Date: 2011-03-05
> // Script-Type: standalone
> // Context: TeXDocument
> // Shortcut: Alt+M, Alt+B
>
>   TW.target.insertText("\u2022");
>
>




More information about the texworks mailing list