-
Notifications
You must be signed in to change notification settings - Fork 0
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
GitHub の issue なり PR の description なりは 書き上がってから submit したい派なんだけど、なんかのショートカットキーを押してしまうのかタブを閉じてしまい、閉じたタブを開く
をしても書きかけだった情報が吹っ飛んでて泣くのをなんとかしたい
#89
Comments
しかしそれより気になるのは
Catalina 以上にしたのは大分前な気がするので時差が気になるが、これのせいでは・・・? Big Sur 化時に enabled になったとか? https://superuser.com/questions/576728/disable-google-chrome-keyboard-shortcuts とか見ているが、具体的に off にする方法がわからんな? の一覧にも Chrome 出てこないし・・・ |
https://medium.com/@taroleo/mac-chrome-shortcuts-b50cdbd65229 みて、 |
こうなったらサードパーティでもなんでも頼るぞ!と思って、 https://github.com/mikecrittenden/shortkeys とやらを入れてみたが ここの Close tab をいじってもダメだった・・・ これは、 Chrome の問題なのか・・・? こんなんやってみたが動かず。 https://github.com/mikecrittenden/shortkeys/wiki/How-To-Use-Shortkeys にも載ってるとおりだしなぁ・・・ |
https://developer.chrome.com/docs/extensions/reference/commands/ たまに出てくる |
うおー! Karabiner-Elements で無理やりオフにしてやったぞ・・・! 他のを見様見真似で、こんな感じの json を {
"title": "Disable Cmd+W Close Window ref: https://github.com/kachick/times_kachick/issues/89",
"rules": [
{
"description": "Disable Cmd+W Close Window (map to spacebar)",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "w",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "spacebar"
}
]
}
]
}
]
}
ロードして、 Enable にしてやった・・・! しかし、この キーバインド集みたいなのが unlicense なのはまぁわかるが、 https://github.com/pqrs-org/Karabiner-Elements 自体も unlicense なのか。 Mac OS X ユーザーにとっては必須だと思うのだが、偉大である。 🙏 |
とりあえず unlicense/unlicense.org#80 unlicense.org 側に 是非載せておいてもらいたいとPRを出した。ただ、メンテ止まってる感あるので(よくある話だ)、どうなるかは知らない。 |
大分前に犯人が |
#156 最近もっぱら windows ばっか使ってたけど、その前の段階でもこの問題は収まってたかな? |
TL;DR
何についてか / About
閉じたタブを開く
を押すとタブは戻るが、書きかけだった内容が吹っ飛んでいるThe text was updated successfully, but these errors were encountered: