Restrucuterde Autotype commands a bit

This commit is contained in:
michael starke
2014-02-11 20:58:27 +01:00
parent 0d66451e0c
commit 4f55d93451
11 changed files with 66 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ extern uint16_t const kMPUnknownKeyCode;
/**
* Retrieves the string representation with the current keyboard mapping for the keycode
*
* @param keyCode The virutal keycode to be pressed
* @param keyCode The virtual keycode to be pressed
* @return NSString containing the current mapping for the keyCode
*/
+ (NSString *)stringForKey:(CGKeyCode)keyCode;