小瓶科技RPA鍵盤表
按鍵名稱表
對應(yīng)鍵盤按鍵的準(zhǔn)備名稱:
'backspace' 'tab' 'enter' 'shift' 'ctrl' 'alt' 'pause/break' 'caps lock' 'esc' 'space' 'page up' 'page down' 'end' 'home' 'left' 'up' 'right' 'down' 'insert' 'delete' 'command' 'left command' 'right command' 'numpad *' 'numpad +' 'numpad -' 'numpad .' 'numpad /' 'num lock' 'scroll lock' 'my computer' 'my calculator' ';' '=' ',' '-' '.' '/' '`' '[' '\\' ']' "'" 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j' 'k' 'l' 'm' 'n' 'o' 'p' 'q' 'r' 's' 't' 'u' 'v' 'w' 'x' 'y' 'z' '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 'f1' 'f2' 'f3' 'f4' 'f5' 'f6' 'f7' 'f8' 'f9' 'f10' 'f11' 'f12' 'numpad 0' 'numpad 1' 'numpad 2' 'numpad 3' 'numpad 4' 'numpad 5' 'numpad 6' 'numpad 7' 'numpad 8' 'numpad 9'
'windows' '?' '?' '?' '?' 'ctl' 'control' 'option' 'pause' 'break' 'caps' 'return' 'escape' 'spc' 'spacebar' 'pgup' 'pgdn' 'ins' 'del' 'cmd'
例子:
pbottleRPA.keyTap('f11')
組合按鍵:
pbottleRPA.keyTap('alt+f4')
3組合按鍵:
pbottleRPA.keyTap('ctrl+shift+q')
--------------------
原文地址:https://rpa.pbottle.com/a-13862.html