Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessonbuilder.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-01-02 03:28:50 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-01-02 03:28:50 (GMT)
commit354ffa6f7d053ff2ed0b54584d21a14a7a7fedf2 (patch)
tree16400216731fab8ed7e72c2b881a77e0a6622ea7 /lessonbuilder.py
parentb6204b0afe9ba2b3bc6351705409648406351c7b (diff)
Lesson scripts converted to Python for encoding support.
Diffstat (limited to 'lessonbuilder.py')
-rw-r--r--lessonbuilder.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/lessonbuilder.py b/lessonbuilder.py
index a25507c..af918f2 100644
--- a/lessonbuilder.py
+++ b/lessonbuilder.py
@@ -459,12 +459,9 @@ def build_intro_lesson():
# Differrent languages invoke different sets of keys with different sets of shifts, so one
# algorithm will not be able to determine an effective learning order.
#
-# The correct approach is to create a shell script for each language which repeatedly calls
+# The correct approach is to create a script for each language which repeatedly calls
# lessonbuilder.py with different options to create the various lessons.
#
-# Further, the lesson system needs to be expanded to properly handle all various shift
-# and language change keys.
-#
#TOPROW_SCANCODES = [ 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, 0x20, 0x21 ]
#HOMEROW_SCANCODES = [ 0x25, 0x26, 0x27, 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, 0x30, 0x33 ]