infokiller

Results 179 comments of infokiller

I'm open to adding support, but personally I won't have time to implement it or maintain it. If you're interested in implementing it, see https://github.com/infokiller/web-search-navigator#adding-a-new-search-engine for a reference for how...

Many thanks for your review and detailed instructions @ivanov I will address your comments as soon as I have time to work on the PR (I believe it will take...

@ivanov just a quick question: Is checking the jedi version before calling `get_completion_prefix_length` ok? (like in https://github.com/ipython/ipython/pull/12723/files#diff-f10e4b6051cca1d8ce27936518d6908de43b5fd861902cd3923a4342e8d4fc5aR1462) Would it be better to check for the availability of the `get_completion_prefix_length` function...

Thanks @jonathanslenders ! @ardagnir how difficult do you think it would be?

@bew reading #2000 I understand that your proposed fix is to handle non-standard modifiers (I use `ISO_Level5_Shift` specifically here). But isn't the issue here that the `Alt` modifier is detected...

@rien333 in my case it doesn't scroll down

@kovidgoyal please reopen, I still have the original issue with Kitty 0.20.3

Here is the keyboard log from kitty: ``` ❯ kitty --debug-keyboard --config /dev/null Loading new XKB keymaps Modifier indices alt: 0x3 super: 0x6 hyper: 0xffffffff meta: 0xffffffff numlock: 0x4 shift:...

Oh I wasn't aware of the pop up page, yes it definitely makes sense to add the customizations to that page. Great, will send a PR soon.