Keyboard shortcuts and Linux?
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Several issues raised by @msedlakjakubowski about the Windows / Linux shortcuts shown on https://docs.gitlab.com/ee/user/shortcuts.html. I am not a Linux user and these questions are better handed off to an engineer who knows Linux and can figure out what are app problems and what are docs problems.
The following discussions from !80774 (merged) should be addressed:
-
@mle started a discussion: | MacOS shortcut | Windows shortcut | Description |@aqualls What is the ideal header for this column
Windows shortcutorWindows/Linux shortcut?The
Formattingsection is the only one that has it asWindows/Linux shortcut -
@msedlakjakubowski started a discussion: This doesn't work on my Linux machine.
-
@msedlakjakubowski started a discussion: This doesn't work on my Linux machine.
-
@msedlakjakubowski started a discussion: Ctr-Shift-copens the Chrome/Firefox web inspector's element picker.For me,
Ctrl-Alt-cworks:| <kbd>⌘</kbd> + <kbd>Alt</kbd> + <kbd>c</kbd> | <kbd>Control</kbd> + <kbd>Alt</kbd> + <kbd>c</kbd> | Code block | -
@msedlakjakubowski started a discussion: These for me (and I believe on Windows) behave almost like "extend selection one line up/down" but it selects entire lines, as opposed to moving the caret exactly up/down.
I think it should be:
| <kbd>⌘</kbd> + <kbd>Shift</kbd> + <kbd>↑</kbd> | <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>Home</kbd> | Extend selection to the beginning of the document | | <kbd>⌘</kbd> + <kbd>Shift</kbd> + <kbd>↓</kbd> | <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>End</kbd> | Extend selection to the end of the document | -
@msedlakjakubowski started a discussion: (+1 comment) I can't induce "Clear entire search filter" using any combination.
Plus, the Mac shortcuts should probably be:
| <kbd>⌘</kbd> + <kbd>⌫</kbd> | | Clear entire search filter. | | <kbd>⌥</kbd> + <kbd>⌫</kbd> | <kbd>Control</kbd> + <kbd>⌫</kbd> | Clear one token at a time. |