/**
  * Gets the link hotKey
  *
  * @return int hotKey
  */
 public int getHotkey() {
   int result = shortcut.getHotkey();
   Debug.log(CLASS + myClass + ".getHotkey() '" + result + "'");
   return result;
 }
 /**
  * Gets the link hotKey
  *
  * @return int hotKey
  */
 @Override
 public int getHotkey() {
   int result = shortcut.getHotkey();
   return result;
 }