Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

キー設定がすべてundefinedになってしまう #11

Open
hokuto-kato opened this issue Oct 19, 2016 · 11 comments
Open

キー設定がすべてundefinedになってしまう #11

hokuto-kato opened this issue Oct 19, 2016 · 11 comments

Comments

@hokuto-kato
Copy link

hokuto-kato commented Oct 19, 2016

Chrome バージョン : 54.0.2840.59 (64-bit)
OS X El Capitan 10.11.6

Chromeを最新バージョンにアップデートしたところ、キー設定がすべて
undefinedになるようになってしまいました。
また既存のキー設定も動作しません。

@hokuto-kato
Copy link
Author

参考:Remove KeyEvent.keyIdentifier
https://www.chromestatus.com/features/5316065118650368

@speed8-zz
Copy link

speed8-zz commented Oct 29, 2016

私も現在のバージョン(54.0.2840.59  64-bit)とWindows7環境で同じ問題が起きてしまいました。
過去のバージョンをインストールしてテストしてみたところ正常にkeyconfigが使える事を確認しました。

@hokuto-kato
Copy link
Author

/js/chrome_keyconfig.js
/js/get_key.js

この2ファイルの中のコードにある

keyIdentifier

key

に置換してあげれば正常に動くようになるようです。

@speed8-zz
Copy link

hokuto さん、

情報ありがとうございます。keyconfig が使えなくてかなり困っていたので
助かりました。

2016-11-02 16:16 GMT+09:00 hokuto [email protected]:

/js/chrome_keyconfig.js
/js/get_key.js

この2ファイルの中のコードにある

keyIdentifier

key

に置換してあげれば正常に動くようになるようです。


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AWD6x5s8ohYiusxoRFBPMdMF4YZY68bkks5q6DjRgaJpZM4Ka81E
.

@tanaka12341234
Copy link

皆様初めまして

keyconfigが使えなくなり、非常に困っていたところ、こちらに行き着きました。

hokut-oさんが教えてくださったように
/js/chrome_keyconfig.js
/js/get_key.js

のファイルの中に
keyIdentifierが5つの個所見つかったのですが、すべて置換しても拡張機能が破損した状態になってしまいます。

ご教授頂けたら幸いです。

@hokuto-kato
Copy link
Author

tanakaさん
上記の修正方法でうまくいかないようであれば、こちらに修正済みのリクエストを投げてくださってる方がおりますのでこちらを使わせていただくのはいかがでしょうか?
https://github.com/haburibe/ChromeKeyconfig

@tanaka12341234
Copy link

hokut-oさん

ご回答いただきありがとうございます。

上記の修正方法でうまくいかないようであれば、こちらに修正済みのリクエストを投げてくださってる方がおりますのでこちらを使わせていただくのはいかがでしょうか?
https://github.com/haburibe/ChromeKeyconfig

さっそくですが、ご指摘頂いた通り上記ファイルをフォルダごと置き換えて導入してみたのですが、残念ながら破損の状態になってしまいます。

また別のPC でも試してみたのですが、どうもうまくいかないようです。

@genkycool
Copy link

すいません、ちょっとはずれた質問になって申し訳ありませんが

/js/chrome_keyconfig.js
/js/get_key.js

を置換するやり方がわかりません

そもそも上記の2ファイルというのはどこにあるのでしょうか?
PC内は検索してみましたが、特に見当たりません

@speed8-zz
Copy link

C:\Users(ユーザー名)\AppData\Local\Google\Chrome\User Data\Default\Extensions\

に行ってkeyconfigで検索をかけてみてください。

2016年11月3日 20:37 genkycool [email protected]:

すいません、ちょっとはずれた質問になって申し訳ありませんが

/js/chrome_keyconfig.js
/js/get_key.js

を置換するやり方がわかりません

そもそも上記の2ファイルというのはどこにあるのでしょうか?
PC内は検索してみましたが、特に見当たりません


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AWD6x5YqZDCNYWRMP_M3DADtLyIlFY6Zks5q6ceOgaJpZM4Ka81E
.

@genkycool
Copy link

ありがとうございます。

やってみますね

@japanetfutan
Copy link

@genkycool @tanaka12341234 元々あるExtensionを削除して(キーデータはバックアップしておく)修正したモノを手動でインストールしてChrome再起動で機能します.
既存のファイルを修正すると破損になってしまいます.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants