Selecting Unicode character using the displayed indices in name mode? #3217
-
Hello, been using Kitty for a few years now, but just recently have found myself using the unicode input box more and more. The documentation on the kitty site implies that I can select the matches for a search in the name (f2) field on the unicode input by typing a "leading period" then typing the index, however I don't seem to be able to figure out exactly what that means. It's incredibly minor, but my desired functionality is search for a unicode character by name, then be able to select it using it's displayed index, rather than having to go highlight it with the tab and arrow keys. I'm not sure if that's currently possible with Kitty, the way the docs is written make me think it is, but I just can't figure it out! EDIT 1 (please don't read just leaving it here for posterity it's wrong) On line 322, I found this: which only omits '.' (or whatever index char) from the search, rather than the entire index char search term. So writing EDIT 2: I actually found the bug I think. The conversion from index to unicode character is from base 16 -> base 10.
The functionality actually "works" but in reality, it should be converting from base 36 -> base 10, since the indexing that kitty uses visually is base 36. As an example, you can type in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Type a space, period and then index |
Beta Was this translation helpful? Give feedback.
Type a space, period and then index