forked from elfmz/far2l
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request elfmz#2328 from rampitec/check-inside-plugin
Fix CheckInsidePlugin for non-panel plugins
- Loading branch information
Showing
5 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Incremental search | ||
[KeyMacros/Editor/CtrlI] | ||
DisableOutput=0x1 | ||
Sequence=F11 I Home Enter | ||
|
||
# Search selected next | ||
[KeyMacros/Editor/CtrlEnter] | ||
DisableOutput=0x1 | ||
NoInsidePlugin=0x1 | ||
NoSendKeysToPlugins=0x1 | ||
Sequence=F11 I Home Down Down Enter | ||
|
||
# Search selected previous | ||
[KeyMacros/Editor/CtrlShiftEnter] | ||
DisableOutput=0x1 | ||
NoInsidePlugin=0x1 | ||
NoSendKeysToPlugins=0x1 | ||
Sequence=F11 I Home Down Down Down Enter |