-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Mark-Range bug #1191
Comments
To add to this - only the first and last items are highlighted in green too (indicating that they're the only ones selected). So it looks like (I'm on Windows too) |
Same here on macos. I'm pretty sure in older versions |
right, at macos seems is not doing anything |
The problem (in my case at leasta) was that macos by default assigns ctrl+space as a shortcut to change the input layout (keyboard language). Disabling the shortcut in macos settings made the range selection work on k9s. |
thank you for reply. I actually realized that macos using the same shortcut, but I thought the shortcut is ctrl+space+up/down, when I push ctrl+space nothing happend. and also, I didn't find a way to change that perticular shortcut on macos at keyboard shortcut session |
When I pressed ctrl+space nothing happened also, because I only had one language set up (I guess this is your case also), if you add a second language to your keyboard layout and press ctrl+space you'll switch between them. You need to go to The screenshot is from Ventura, but in Monterrey and the option was there also. |
sorry I didn't post the updated image,I disabled my shortcut, but still not working however, my case is that, Im using k9s over a web terminal (using xterm), because other shortcut works so I don't know if that makes any difference my k9s version: Version: v0.25.18 |
Does not work for me also. |
Note: I discovered some things shortly after initially posting; please read the Little confused here, in help, I see I'm guessing from the help that the Edit 4: Seems like For me, I'm on Win10, using Windows Terminal (Preview) to ssh into a local WSL instance - since most others who've mentioned the issue are on MacOS but I am not, perhaps there's a deeper or other issue? Admittedly, I haven't done a full dig to ensure that Edit: I've checked with
Perhaps the issue is how the key is handled..? As in looking specifically somehow for
Edit 2: Hmm, maybe not? I tried in an Edit 3: I was trying some things in the I do see that setting custom hotkeys is a possibility and, at least in the Also, as mentioned I assume that the Especially as it seems like currently namespace favorites are limited to 10 options (and since there's seemingly a hotkey for it) having As an aside, that limitation feels a bit odd when all 10 favorites are listed in two un-even columns, as if there could be more. That limitation is likely due to the default-assigned hotkeys for the favorites using numbers 0-9 but I'm sure there's favorable solutions for that, such as using a modifier for the next 10 (eg. ctrl-0, ctrl-1, etc) or rolling over to the symbols under the numbers (10 being !, 11 being @, etc) although unless you're checking keyboard layouts to decide which symbols to use, users with different layouts would see it as less intuitive or potentially annoying. Another great option to lessen the impact of such a limit would be allowing wildcards/glob/regex to be used for favorites. |
I can confirm that. Where is more than 10 namespaces in latest/favorites then ctrl+space shortcut conflict mark range. |
At the risk of "me too", deleting the > 10 favorites fixed this for me. I think the priority for this should be high. |
I'm seeing this problem too (v0.32.5 in WSL2). Sadly deleting the favourites did not solve the problem for me. |
In window machine, mark range is not working as expected. When ctrl-space is used on 2 resources separated with some resources in between, and then when ctrl-d is used, only the first and last resource are being selected for the delete.
The text was updated successfully, but these errors were encountered: