beiko-lab / gengis

GenGIS (pronounced 'Genghis' like Genghis Khan) is a bioinformatics application that allows users to combine digital map data with information about biological sequences collected from the environment. GenGIS provides a 3D graphical interface in which the user can navigate and explore the data, as well as a Python interface that allows easy scripting of statistical analyses using the Rpy libraries.
GNU General Public License v3.0
27 stars 13 forks source link

Pasting into the Python console #12

Closed rbeiko closed 11 years ago

rbeiko commented 11 years ago

When I try to paste commands into the Python console using Ctrl-V, GenGIS attempts to open a vector file instead. Maybe resolve either by changing the hotkey for vector files, or only catching it when focus is outsied the Python console?