|
|
英勇无比的爆米花 · MacOS 开发 — 读取文件/视频 ...· 1 年前 · |
|
|
儒雅的火腿肠 · jmeter做csv参数化时,如何做到读取指 ...· 2 年前 · |
|
|
会搭讪的日记本 · PHP开发编码规范_51CTO博客_php编码· 2 年前 · |
|
|
面冷心慈的绿茶 · python读取和压缩ZIP文件_pytho ...· 3 年前 · |
|
|
爱跑步的口罩 · html字符串转换为html-掘金· 3 年前 · |
/How do you repeat special key combinations?
For example {Tab:4} repeats {Tab} 4 times:
{Tab}
{Tab}
{Tab}
{Tab}
What is the solution for repeating {Shift}({Tab}) 4 times:
{Shift}({Tab})
{Shift}({Tab})
{Shift}({Tab})
{Shift}({Tab})
Thank you!
Like Like
Thank you for your comment.
+before a key means Shift (so+{TAB}= Shift+Tab), so the below will work+{TAB}+{TAB}+{TAB}+{TAB}
Like Like