jspreadsheet / pro

Jspreadsheet Pro | The javascript spreadsheet
https://jspreadsheet.com/
14 stars 1 forks source link

Implement three key shortcuts #329

Closed hafizgohar closed 1 month ago

hafizgohar commented 1 month ago

As a spreadsheet user I want to add and customize the shortcuts that contain three keys. For example; ctrl+shift+arrow, ctrl+shift++

hodeware commented 1 month ago

That has been implemented. It is available from v11.4.9

// For example: jss.shortcuts.set('ctrlkey.shiftkey.a', function() { alert(1); })