| |
---|
| | |
---|
| | # Program Information |
---|
| | |
---|
| | PROGNAME = "twander" |
---|
| | RCSID = "$Id: twander.py,v 3.212 2007/01/02 20:07:03 tundra Exp $" |
---|
| | RCSID = "$Id: twander.py,v 3.213 2007/01/08 07:39:04 tundra Exp $" |
---|
| | VERSION = RCSID.split()[2] |
---|
| | |
---|
| | # Copyright Information |
---|
| | |
---|
| |
---|
| | # Process the keypress |
---|
| | |
---|
| | dir = UI.DirSCKeys[index-1] |
---|
| | if dir: |
---|
| | LoadDirList(dir) |
---|
| | LoadDirList(ProcessVariables(dir, 0, dir)) |
---|
| | |
---|
| | # Inhibit further processing of key - some Function Keys |
---|
| | # have default behavior in Tk which we want to suppress. |
---|
| | |
---|
| |
---|
| | |