1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-24 20:36:56 +00:00

Clearer explanation of key descriptor syntax

This commit is contained in:
Jermolene 2014-02-04 20:05:34 +00:00
parent 7eafd51a7d
commit 4882f70557

View File

@ -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("+"),