mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 06:46:06 +00:00
Clearer explanation of key descriptor syntax
This commit is contained in:
@@ -29,7 +29,7 @@ Parses a key descriptor into the structure:
|
||||
}
|
||||
Key descriptors have the following format:
|
||||
ctrl+enter
|
||||
ctrl+A
|
||||
ctrl+shift+alt+A
|
||||
*/
|
||||
exports.parseKeyDescriptor = function(keyDescriptor) {
|
||||
var components = keyDescriptor.split("+"),
|
||||
|
Reference in New Issue
Block a user