shortcut.add("F2",function() { location.href='accountAdd.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("F4",function() { location.href='accountList.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+F2",function() { location.href='productAdd.php' ;},{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+F6",function() { location.href='productList.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("F9",function() { location.href='salesInvoiceAdd.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("F10",function() { location.href='salesInvoiceList.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+F11",function() { location.href='cashAdd.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+F12",function() { location.href='cashList.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+Alt+C",function() { location.href='creditNoteAdd.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+Shift+C",function() { location.href='creditNoteList.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+Alt+D",function() { location.href='debitNoteAdd.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+Shift+D",function() { location.href='debitNoteList.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+Alt+J",function() { location.href='journalEntryAdd.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Ctrl+Shift+J",function() { location.href='journalEntryList.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Alt+Shift+L",function() { location.href='ledgerList.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Alt+Shift+R",function() { location.href='receivableList.php'; },{ 'type':'keydown','propagate':true,'target':document });
shortcut.add("Alt+Shift+P",function() { location.href='payableList.php'; },{ 'type':'keydown','propagate':true,'target':document });
