Index: trunk/autoquest-misc/src/main/java/de/ugoe/cs/autoquest/keyboardmaps/VirtualKey.java
===================================================================
--- trunk/autoquest-misc/src/main/java/de/ugoe/cs/autoquest/keyboardmaps/VirtualKey.java	(revision 1095)
+++ trunk/autoquest-misc/src/main/java/de/ugoe/cs/autoquest/keyboardmaps/VirtualKey.java	(revision 1701)
@@ -289,4 +289,15 @@
     /**
      * <p>
+     * Returns the keyCode of the virtual key.
+     * </p>
+     * 
+     * @return the keyCode.
+     */
+    public int getVirtualKeyCode() {
+        return virtualKeyCode;
+    }
+
+    /**
+     * <p>
      * Returns whether the key is a combination key (e.g., shift, alt) or not.
      * </p>
