@Override
 public void onRelease(int primaryCode) {
   // TODO Auto-generated method stub
   myActivity.updateChart();
   // add keypress to list and set current to null
   myActivity.setKeyPress(null);
 }