@Override
 public MenuItem setShortcut(char numericChar, char alphaChar) {
   mNativeItem.setShortcut(numericChar, alphaChar);
   return this;
 }