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:
parent
7eafd51a7d
commit
4882f70557
@ -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("+"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user