/**
* @return the keystrokes option
*/
@SuppressWarnings("unchecked")
public ArrayItemOptions<CommandKeyStrokeOption> getKeyStrokes() {
ICollectionItemOptions coll = options.getListItemOptions("keystrokes");
if(coll == null){
ArrayItemOptions<CommandKeyStrokeOption> arr = new ArrayItemOptions<CommandKeyStrokeOption>();
arr.add(new CommandKeyStrokeOption("toolbarFocus", 121, KeyStrokeOption.KeyStrokeMask.ALT));
arr.add(new CommandKeyStrokeOption("elementsPathFocus", 122, KeyStrokeOption.KeyStrokeMask.ALT));