NodeHandle hdl = nncp.getHandle(nodeID);
sendEventToNode(hdl, new NspireVirtualKeyStroke(keyStr));
}
public static void sendEvent(String keyStr) throws Exception {
NodeHandle hdl;
if (theCalcs == null) {
System.out.println("No calc(s) to send events to.");
return;
}
for (INodeID nodeID : theCalcs) {