[Psi-devel] [BUG?] Disabled custom shortcuts for send message and close tab
Remko Tronçon
remko at el-tramo.be
Sun Dec 3 06:10:57 PST 2006
> Is there any particular reason behind disabling setting custom shortcuts
> for send message in chat dialogs? Ie. only default ones (Enter or
> Return) work, but even though I set different one(s) either in
> options.xml or via Psi|Options|Shortcuts, they are ignored.
Qt was ignoring the shortcuts set on that action, probably because of
their nature (i.e. a Return or Enter). I put the 'chat send' shortcut
back in the low level processing of key events in keyPressEvent(). I'm
not sure why it fails on you though, maybe you should do qDebug()
debugging to see where your shortcut starts out, and where it is
passed.
> BTW: What happened to close tab button (either on each of the tabs or
> single one for current tab)?
It's on vacation.
cheers,
Remko
More information about the psi-devel
mailing list