Opened 8 months ago
Closed 8 months ago
#18832 closed bug (fixed)
Terminal previous/next tab shortcut doesn't work when using the option key as meta
Reported by: | augiedoggie | Owned by: | jackburton |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | Applications/Terminal | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
As part of hrev57608 the shortcut to switch the previous/next Terminal tab was changed from B_SHIFT_KEY+arrow to B_OPTION_KEY+arrow, however this keyboard shortcut conflicts with the "Use left Option as Meta key" Terminal setting.
While it is still possible to use the keys from the right side of the keyboard to switch tabs, it's cumbersome to do so in either of the US keyboard layouts.
Change History (5)
comment:2 by , 8 months ago
Replying to bipolar:
auguiedoggie, do you think that making that change (B_COMMAND_KEY+left/right for terminal prev/next) would solve your "left OPTion as meta" situation, without breaking something else?
It's probably fine. B_COMMAND_KEY shortcuts don't get passed to the underlying shell and I don't believe Terminal uses that for anything else.
comment:3 by , 8 months ago
For reference... Proposed change: https://review.haiku-os.org/c/haiku/+/7495
comment:4 by , 8 months ago
Milestone: | Unscheduled → R1/beta5 |
---|
comment:5 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merged in hrev57651 before I get too used to the new shortcut and then have to switch again :)
Humdinger suggested (laaaate! :-P) to use B_COMMAND_KEY+arrows instead of B_OPTION_KEY+arrows.
As mentioned on https://review.haiku-os.org/c/haiku/+/7241, I don't mind either way (I don't really use that shortcut), I just needed for SHIFT+arrow/Home/End codes to be sent to the underlying shell programs.
augiedoggie, do you think that making that change (B_COMMAND_KEY+left/right for terminal prev/next) would solve your "left OPTion as meta" situation, without breaking something else?