这可能不适合这个,但我正在尝试创建一个键盘快捷键来按下我的udacity.com视频上的上一个按钮。我在技术上有能力找到元素而不是其他。谁知道我怎么能学会这样做?感谢
答案 0 :(得分:1)
您可以使用最常用的包pyhk。 下一个方法是使用registerhotkey method。
在registerhotkey
方法中,有两个参数hotkeyId, modifiers, keycode
。 hotkeyId
是密钥的id,当用户按下热键ID时,事件触发并执行函数。
答案 1 :(得分:1)
Re:"我希望能够使用udacity.com的上一个按钮和热键",Google吓坏了这些键盘快捷键:
K and spacebar toggle play|pause.
->|L jumps forward 5|10sec. (arrow keys (and spacebar) require focus to work.)
<-|J jumps backward 5|10sec.
Tab|Shift+Tab to move focus forward|backward between controls.
Home key or 0 to go to video start, # to jump to #0% of the video, e.g., 3 jumps to 30% thru. End key to jump to end.
Shift+{N|P} for next|previous video in playlist.
<|> keys to {de|in}crease playback speed. (remember Shift key.)
F toggles full|normal screen. Esc also brings back normal view.
Arrow up|down to raise|lower volume. M to mute.