annotate skaapsteker/__init__.py @ 609:e620182ab53c

r608 screenshots
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 21:24:42 +0200
parents 5f1058593462
children cd3514bf79b5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
105
c455b7925212 Global options in skaapsteker.__init__
Stefano Rivera <stefano@rivera.za.net>
parents: 79
diff changeset
1 options = {
c455b7925212 Global options in skaapsteker.__init__
Stefano Rivera <stefano@rivera.za.net>
parents: 79
diff changeset
2 'debug_rects': False,
531
5f1058593462 Remove all tails by default
Stefano Rivera <stefano@rivera.za.net>
parents: 106
diff changeset
3 'all_tails': False,
106
bf7d511d3650 Dvorak support
Stefano Rivera <stefano@rivera.za.net>
parents: 105
diff changeset
4 'dvorak': False,
105
c455b7925212 Global options in skaapsteker.__init__
Stefano Rivera <stefano@rivera.za.net>
parents: 79
diff changeset
5 'sound': True,
c455b7925212 Global options in skaapsteker.__init__
Stefano Rivera <stefano@rivera.za.net>
parents: 79
diff changeset
6 }