ChromeKeyconfig icon indicating copy to clipboard operation
ChromeKeyconfig copied to clipboard

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

Open hokuto-kato opened this issue 9 years ago • 11 comments

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

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

hokuto-kato avatar Oct 19 '16 13:10 hokuto-kato

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

hokuto-kato avatar Oct 19 '16 16:10 hokuto-kato

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

speed8-zz avatar Oct 29 '16 05:10 speed8-zz

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

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

keyIdentifier

key

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

hokuto-kato avatar Nov 02 '16 07:11 hokuto-kato

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 https://github.com/os0x/ChromeKeyconfig/issues/11#issuecomment-257789775, or mute the thread https://github.com/notifications/unsubscribe-auth/AWD6x5s8ohYiusxoRFBPMdMF4YZY68bkks5q6DjRgaJpZM4Ka81E .

speed8-zz avatar Nov 02 '16 09:11 speed8-zz

皆様初めまして

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

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

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

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

tanaka12341234 avatar Nov 03 '16 04:11 tanaka12341234

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

hokuto-kato avatar Nov 03 '16 06:11 hokuto-kato

hokut-oさん

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

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

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

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

tanaka12341234 avatar Nov 03 '16 09:11 tanaka12341234

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

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

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

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

genkycool avatar Nov 03 '16 11:11 genkycool

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 https://github.com/os0x/ChromeKeyconfig/issues/11#issuecomment-258120278, or mute the thread https://github.com/notifications/unsubscribe-auth/AWD6x5YqZDCNYWRMP_M3DADtLyIlFY6Zks5q6ceOgaJpZM4Ka81E .

speed8-zz avatar Nov 03 '16 11:11 speed8-zz

ありがとうございます。

やってみますね

genkycool avatar Nov 03 '16 13:11 genkycool

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

japanetfutan avatar Nov 08 '16 05:11 japanetfutan