filenames for resources, keymap etc. should work!
they should be managed (handeled) on one place (environment.py, files.py, ... ?).
keymap should follow this logic:
if --keymap is defined use this file (if it exists)
elif if ~/.downstairs_keymap exists use this (os.path.expanduser() --> windows?)
elif use the default keymap file in project root
filenames for resources, keymap etc. should work!
they should be managed (handeled) on one place (environment.py, files.py, ... ?).
keymap should follow this logic: