Merge branch 'master' of https://github.com/hundredrabbits/Ronin
This commit is contained in:
commit
e98b0f8df7
4
.github/FUNDING.yml
vendored
Normal file
4
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
patreon: "100"
|
||||||
|
liberapay: hundredrabbits
|
@ -43,9 +43,12 @@ function Client () {
|
|||||||
this.acels.set('File', 'Export Image', 'CmdOrCtrl+E', () => { this.source.download('ronin', 'png', this.surface.el.toDataURL('image/png', 1.0), 'image/png') })
|
this.acels.set('File', 'Export Image', 'CmdOrCtrl+E', () => { this.source.download('ronin', 'png', this.surface.el.toDataURL('image/png', 1.0), 'image/png') })
|
||||||
this.acels.set('File', 'Open', 'CmdOrCtrl+O', () => { this.source.open('lisp', this.whenOpen) })
|
this.acels.set('File', 'Open', 'CmdOrCtrl+O', () => { this.source.open('lisp', this.whenOpen) })
|
||||||
|
|
||||||
|
this.acels.add('Edit', 'undo')
|
||||||
|
this.acels.add('Edit', 'redo')
|
||||||
this.acels.add('Edit', 'cut')
|
this.acels.add('Edit', 'cut')
|
||||||
this.acels.add('Edit', 'copy')
|
this.acels.add('Edit', 'copy')
|
||||||
this.acels.add('Edit', 'paste')
|
this.acels.add('Edit', 'paste')
|
||||||
|
this.acels.add('Edit', 'selectAll')
|
||||||
|
|
||||||
this.acels.set('View', 'Toggle Guides', 'CmdOrCtrl+Shift+H', () => { this.surface.toggleGuides() })
|
this.acels.set('View', 'Toggle Guides', 'CmdOrCtrl+Shift+H', () => { this.surface.toggleGuides() })
|
||||||
this.acels.set('View', 'Toggle Commander', 'CmdOrCtrl+K', () => { this.commander.toggle() })
|
this.acels.set('View', 'Toggle Commander', 'CmdOrCtrl+K', () => { this.commander.toggle() })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user