Skip to content

selected and postOnEsc for enterFindMode #1050

Closed Answered by gdh1995
phaye asked this question in Q&A
Discussion options

You must be logged in to vote

The parameter of selected (aka. selected=true) means FindMode should auto use selected text to execute a query at once.

  • This parameter is enabled by default, and you may disable this behavior by appending selected=false into map xxx enterFindMode

postOnEsc is also a boolean (true/false) parameter while it's disabled by default. It means to execute a postActivate action on FindMode receiving an <esc> key.
But, during my test on Chrome 119, this seems to fail as you said - maybe you can forget it...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by phaye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants