您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Add configurable keyboard shortcuts to Talentely
A user script that adds configurable keyboard shortcuts to the Talentely LMS platform, specifically for test pages.
<kbd>
elements next to interactive elements, showing you the assigned shortcut key.talentely
object to suit your preferences.Install a User Script Manager: This script requires a user script manager like Violentmonkey or Tampermonkey to run.
Install the Script:
Once installed and active on a Talentely test page (https://lms.talentely.com/test/*
), you will see small grey boxes (<kbd>
) next to:
'q'
for 'Previous', 'e'
for 'Next') to trigger actions.1
, 2
, 3
, 4
, 5
, 6
(for the first 6 options)q
: Previous
e
: Next
You can customize the shortcuts by editing the script directly in your user script manager. Look for the talentely
object at the top of the script:
const talentely = {
// ...
mcq_options: {
keys: [1, 2, 3, 4, 5, 6] // Change these numbers for MCQ options
},
bottom_controls: {
keys: ['', 'q', '', '', 'e', ''] // Change these characters for bottom buttons
}
};
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址