Closed Bug 1500882 Opened 6 years ago Closed 4 years ago

Ctrl+Shift+A to attach File(s) requires Caps-Lock on Linux

Categories

(Thunderbird :: Message Compose Window, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 269228

People

(Reporter: itamarh, Unassigned)

References

Details

User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0

Steps to reproduce:

1. compose an email
2. while in text body, hit ctrl-****-a


Actual results:

nothing


Expected results:

open attach dialog like ctrl-shift-A
(in short, I need to hit caps-lock before doing ctrl-shift-A

this is on fedora 28, but I assume relevant for any linux
Does it also happen in safe mode, for example with lightning disabled?
Flags: needinfo?(itamarh)
Can't reproduce in TB 60 on Windows.
Couldn't reproduce it in TB 60.2.1 or TB 63b1 on Ubuntu 18.04 LTS.
What are your input method settings in Fedora?
Whiteboard: [closeme 2018-11-01]
(In reply to Wayne Mery (:wsmwk) from comment #1)
> Does it also happen in safe mode, for example with lightning disabled?

This does happen in safe mode as well.

(In reply to Andre Klapper from comment #4)
> What are your input method settings in Fedora?

Assuming this is what you mean, if something else, please let me know what. thanks

$ imsettings-list 
- 1: IBus[ibus.conf] (recommended)
  2: X compose table[xcompose.conf] 

$ imsettings-info 
Xinput file: /etc/X11/xinit/xinput.d/none.conf
GTK+ immodule: gtk-im-context-simple
Qt immodule: xim
XMODIFIERS: @im=none
XIM server:  
Preferences:  
Auxiliary:  
Short Description: none
Long Description: 
Icon file: imsettings-unknown
Is system default: FALSE
Is user default: FALSE
Is XIM server: FALSE

cat /etc/X11/xinit/xinput.d/ibus.conf
XIM=ibus
XIM_PROGRAM="/usr/bin/ibus-daemon"
ICON="ibus"
XIM_ARGS="-r --xim"
PREFERENCE_PROGRAM=/usr/bin/ibus-setup
SHORT_DESC="IBus"
GTK_IM_MODULE=ibus
NOT_RUN=gnome3

if test -f /usr/lib64/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so || \
   test -f /usr/lib/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so || \
   test -f /usr/lib64/qt4/plugins/inputmethods/libqtim-ibus.so || \
   test -f /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so;
then
    QT_IM_MODULE=ibus
else
    QT_IM_MODULE=xim
fi


thunderbird-60.2.1-2.fc28.x86_64 btw
Flags: needinfo?(itamarh)
Whiteboard: [closeme 2018-11-01]
Component: Untriaged → Message Compose Window
Andre, does comment 12 help?

Reported against Linux, and confirmed recently by Aleca (bug 1625263 comment 45):

Shift+Ctrl+A upload shortcut not working on Linux when the body has the focus
Which looks exactly like symptoms of Bug 269228 - Ctrl+Shift+[0-9a-f] Shortcuts on text fields aren't accepted in GTK (shift+ctrl keys don't work) --> duplicate

(In reply to Wayne Mery (:wsmwk) from comment #6)

Andre, does comment 12 help?

Unfortunately, Andre does not currently accept needinfo requests.

Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Summary: ctrl-shift-A requires caps-lock → Ctrl+Shift+A to attach File(s) requires Caps-Lock on Linux
See Also: → 1625263
You need to log in before you can comment on or make changes to this bug.