This repository was archived by the owner on Jun 14, 2019. It is now read-only.
Closed
Conversation
A key bound like key:modal;modifier Behaves the way it always has: the modifier is applied to the key that enters modal mode. A key bound like key:modifier;modal Now behaves as follows: the modifier has to be pressed with the key that triggers the action while in modal mode. Of course, the two can also be combined: key:modifier1;modal;modifier2 behaves as you’d expect: modal mode is activated when `modal` is pressed along with `modifier2` and the command is executed if `key` is pressed along with `modifier1` while in modal mode. combinations followed by `:toggle` also work
Update README.md
* origin/master: (75 commits) added .DS_Store to .gitignore fixed issue jigish#70; undo PR 72 Fix Issue jigish#70 Cannot resize at right border Fix content size mismatch warning. Fix a test name clash with the test framework Fix wrong hint icons Hide ghost windows of 1 by 1 pixels. Fix empty title window hints. Fix link to default config file Adopt JavaScript config documentation from wiki. Move installation and configuration documentation to separate markdown files in new doc directory; improve formatting; improve clarity. Do not hide windows without title from WindowInfoView If given an AccessibilityWrapper, use it Remove JSONKit usage from the project Fix the indentation replace c and missed <space> with constant Used a constant instead of text directly. fixed spaces. Handle space within the shell path Whitespace ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@mattr- version of jigish#249. Allows both modal keys and the actual hotkey in modal mode to have modifiers attached. Previously only the modal mode activator key could have modifiers.