commit | 62b1b64137391e8bb94e14c012d630e173bf52ed | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon May 18 10:10:47 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon May 18 10:17:55 2009 -0700 |
tree | 331672621723cdee27d8bcb405be2b24f019be54 | |
parent | bc64308d6e566988f4fafecf60126b85f9cd3963 [diff] |
Support compound key combinations in GlobalKey Compound keys can now be formed by embedding a KeyCommandSet inside of a CompoundKeyCommand. The set is only enabled for a short time (250 ms) after the activation key on the CompoundKeyCommand is hit by the user. If the timeout expires, the set is disabled. If a key is selected, the set is disabled. Signed-off-by: Shawn O. Pearce <sop@google.com>