##// END OF EJS Templates
fix (CTRL-M -) shortcut for splitting cell in FF...
fix (CTRL-M -) shortcut for splitting cell in FF fun-fact: Chromium uses a different keycode for hyphen/minus than does Opera and Firefox.

File last commit:

r3408:261328d5
r12959:6d938a66
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *