Select Tab Using Alt-Number 的評論
Select Tab Using Alt-Number 作者: Yury Kotov
1 筆評論
- 評價 5 分,滿分 5 分來自 Darkmaster006,3 年前This works well but... is there any way to make it not have a conflict when writing ASCII characters with Alt+XXX?
EDIT: The developer helped me immensely! He's great and realised a way to bypass this problem. And the extension works perfectly. Definitely recommended.開發者回應
張貼於 3 年前Hi, thank you for the review! I'd like to help, but I don't really know how to avoid this problem. Because, when you press alt-number it switches tabs immediately and it's not clear how to determine if user's intention was to write a special character... Maybe I can try not to handle alt+0xxx at all, then it will be possible to enter the ascii chars which code starts with 0.
Update:
Added a command (ctrl+alt+0) to toggle alt+num hotkeys. So, typing a special character will look like: ctrl+alt+0, alt+xxx, ctrl+alt+0. Unfortunately, this is the best solution I could find...