Switchable windows
[nikiroo-utils.git] / src / jexer / bits / MnemonicString.java
index f97e1e992b1dfa02f81472e34bf7fe4c407f03fd..d61963c0740718447856f4c80caeb1ecd7253c4b 100644 (file)
@@ -43,6 +43,15 @@ public final class MnemonicString {
      */
     private char shortcut;
 
+    /**
+     * Get the keyboard shortcut character.
+     *
+     * @return the highlighted character
+     */
+    public char getShortcut() {
+        return shortcut;
+    }
+
     /**
      * Location of the highlighted character.
      */