fix:file case error

pr675
黄云飞 4 years ago
parent 51b275c8a9
commit a55b23dc2a

@ -1,6 +1,6 @@
import { IElement } from '../../../../interface/Element' import { IElement } from '../../../../interface/Element'
import { ImageParticle } from '../ImageParticle' import { ImageParticle } from '../ImageParticle'
import { LaTexSVG, LaTexUtils } from './utils/LaTeXUtils' import { LaTexSVG, LaTexUtils } from './utils/LaTexUtils'
export class LaTexParticle extends ImageParticle { export class LaTexParticle extends ImageParticle {

@ -0,0 +1,16 @@
export enum KeyMap {
Delete = 'Delete',
Backspace = 'Backspace',
Enter = 'Enter',
Left = 'ArrowLeft',
Right = 'ArrowRight',
Up = 'ArrowUp',
Down = 'ArrowDown',
ESC = 'Escape',
A = 'a',
C = 'c',
S = 's',
X = 'x',
Y = 'y',
Z = 'z'
}
Loading…
Cancel
Save