Install Ctrl2Cap https://docs.microsoft.com/en-us/sysinternals/downloads/ctrl2cap
Install Keyhack https://sites.google.com/site/craftware/keyhac-ja
Write config.py
| const height = document.body.getBoundingClientRect().height | |
| const inHeight = window.innerHeight | |
| const scrollNum = Math.floor(height / inHeight) | |
| let cards = {} | |
| const DEF_DELAY = 1000 | |
| function sleep(ms) { | |
| return new Promise(resolve => setTimeout(resolve, ms || DEF_DELAY)) | |
| } | |
| for (let i = 0; i <= scrollNum; i++) { |
Install Ctrl2Cap https://docs.microsoft.com/en-us/sysinternals/downloads/ctrl2cap
Install Keyhack https://sites.google.com/site/craftware/keyhac-ja
Write config.py
I hereby claim:
To claim this, I am signing this object:
| import sys | |
| import os | |
| import datetime | |
| import pyauto | |
| from keyhac import * | |
| ## IME切り替え | |
| def configure(keymap): | |
| def switch_ime(flag): |