https://github.com/yamachu/cursorcentering
(Mac) アクティブなウィンドウにカーソルを移動させる支援スクリプト
https://github.com/yamachu/cursorcentering
Last synced: 6 months ago
JSON representation
(Mac) アクティブなウィンドウにカーソルを移動させる支援スクリプト
- Host: GitHub
- URL: https://github.com/yamachu/cursorcentering
- Owner: yamachu
- Created: 2018-05-03T10:11:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T10:12:03.000Z (about 8 years ago)
- Last Synced: 2025-06-11T14:18:05.071Z (about 1 year ago)
- Language: AppleScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CursorCentering
Centering Your Cursor on Active Window
## Required
* [cliclick](https://github.com/BlueM/cliclick)
* [Karabiner-Elements](https://github.com/tekezo/Karabiner-Elements)
## Install
1. リポジトリをクローン
2. クローンしたリポジトリ内で `make install`
3. Karabiner-Elementsで _left control + left shilf + ..._ という内容のルールをimportし有効化する
4. 上記の設定のキーコンビネーションで起動する
5. 初回起動時は補助アクセスの権限で実行が出来ないため,ダイアログに沿ってシステム環境設定を開く
6. システム環境設定 -> セキュリティとプライバシー -> プライバシー -> アクセシビリティ に遷移して, krabiner_console_user_server にチェックを入れる
## Q&A
Q. Keyコンビネーションを変えたい
A. 一度`make install`を実行している場合は`~/.config/karabiner/assets/complex_modifications/CursorCenteringRunner.json` を編集できるようになるため,このファイルを編集し,Karabiner-Elementsで編集し直す.
`make edit_keyconf`でも編集が可能.
Q. 動かないウインドウがある
A. アプリケーションやウインドウの状態によっては動作しない場合もあります.
可能であればIssueに状況を教えてください.