Changed code to permit Directory Shortcuts to reference user-defined variables.
1 parent 8201f44 commit 78ccb1d3912ca34eb64c6936088014334ea1c58c
@tundra tundra authored on 8 Jan 2007
Showing 1 changed file
View
4
twander.py
 
# 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.