rvdessentials.qrs
来自「realview22.rar」· QRS 代码 · 共 17 行
QRS
17 行
<FUNCTION name="Title Search"> <FIELD title="Query:" variable=q> <QUERY>$q inside ((<title> inside <sect1>) or (<title> inside <sect2>) or (<title> inside <sect3>) or (<title> inside <chapter>) or (<title> inside <appendix>)) </></FUNCTION><FUNCTION name="Title Words"> <FIELD title="This word (phrase, pattern):" variable=q> <FIELD title="and this one, inside a title:" variable=r> <QUERY>($q and $r) inside ((<title> inside <sect1>) or (<title> inside <sect2>) or (<title> inside <sect3>) or (<title> inside <chapter>) or (<title> inside <appendix>)) </></FUNCTION><FUNCTION name="Proximity Search"> <FIELD title="This word:" variable=w1> <FIELD title="within how many words:" variable=n> <FIELD title="of this word:" variable=w2> <QUERY>$w1 within $n words of $w2 </></FUNCTION>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?