Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasetup.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-21 16:23:34 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-21 16:23:34 (GMT)
commitedce59893cdb5c317adc9f9ffbe2fdfca40f0891 (patch)
tree3b0c59077e37c3674ffee5440b189ecfa37f10c3 /tasetup.py
parent5fb4e26f2329c8522047fb13a9f4975b309ce7d8 (diff)
added selection mask
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/tasetup.py b/tasetup.py
index 7fd22cd..920abe3 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -55,7 +55,7 @@ selectors = (
('left','left','onearg',90),
('right','right','onearg',90),
('arc','arc','twoargs',90,100),
- ('setxy','setxy','twoargs',0,0),
+ ('set xy','setxy','twoargs',0,0),
('seth','seth','onearg',0),
('show','show','onesarg',_('text')),
('set scale','setscale','onearg',33),
@@ -77,7 +77,7 @@ selectors = (
('set shade','setshade','1arg',50),
('fill screen','fillscreen','twoargs',60,80),
('pen size','pensize','num'),
- ('text_size','textsize','num'),
+ ('text size','textsize','num'),
('color','color','num'),
('shade','shade','num'),
('red','red','num'),
@@ -119,7 +119,7 @@ selectors = (
('forever','forever','forever'),
('repeat','repeat','repeat',4),
('if','if','if'),
- ('stop_stack','stopstack','stop'),
+ ('stop stack','stopstack','stop'),
('if else','ifelse','ifelse'),
('hspace','nop','hspace'),
('vspace','nop','vspace'),
@@ -133,9 +133,9 @@ selectors = (
('stack2','stack2','noarg'),
('hat','nop3','starts',_('action')),
('stack','stack','sarg',_('action')),
- ('storeinbox1','storeinbox1','1arg'),
+ ('store in box 1','storeinbox1','1arg'),
('box 1','box1','num'),
- ('storeinbox2','storeinbox2','1arg'),
+ ('store in box 2','storeinbox2','1arg'),
('box 2','box2','num'),
('store in','storeinbox','1varg',_('box'),100),
('box','box','nfuncs',_('box')),
@@ -146,20 +146,20 @@ selectors = (
(('kbinput','kbinput','noarg2'),
('keyboard','keyboard','num'),
('nop','userdefined','onearg',100),
- ('myfunc','myfunc','myfunc',_('x'),100),
+ ('my func','myfunc','myfunc',_('x'),100),
('push','push','onearg'),
('pop','pop','num'),
- ('printheap','heap','noarg2'),
- ('clearheap','emptyheap','noarg2'),
- ('leftpos','leftpos','num'),
- ('toppos','toppos','num'),
- ('rightpos','rightpos','num'),
- ('bottompos','bottompos','num'),
+ ('print heap','heap','noarg2'),
+ ('clear heap','emptyheap','noarg2'),
+ ('left pos','leftpos','num'),
+ ('top pos','toppos','num'),
+ ('right pos','rightpos','num'),
+ ('bottom pos','bottompos','num'),
('hres','hres','num'),
('vres','vres','num'))),
('templates',55,
(('journal','','media','','',''),
- ('audiooff','','audio','','',''),
+ ('audio off','','audio','','',''),
('descriptionoff','','text','','',''),
('template1','tp1','tp1',_('title'),'None'),
('template6','tp6','tp6',_('title'),'None','None'),
@@ -167,7 +167,7 @@ selectors = (
('template7','tp7','tp7',_('title'),'None','None','None','None'),
('template3','tp3','tp3',_('title'),'','','','','','',''),
('template4','tp8','tp1',_('title'),'None'),
- ('hideblocks','hideblocks','noarg2'),
+ ('hide blocks','hideblocks','noarg2'),
# not selectable, but here for backward compatability
('sound','sound','sound','None'))))