Launchpad has imported 14 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=341157.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2014-11-21T09:33:41+00:00 Weigert-stefan wrote:

I'm using Emacs within Konsole and in the qt4 - version pressing
Ctrl+Space works properly and enables me to select text in Emacs.
However, when I use the qt5 version of Konsole (from Kubuntu CI weekly)
it does not work anymore (i.e. nothing happens in Emacs). Going to
"Configure Profile", selecting "Keyboard" and then "Edit" (default xfree
is selected) and then pressing Ctrl + Space in the input area does not
generate anything in the output area.

Reproducible: Always

Steps to Reproduce:
1.open konsole
2.open emacs
3.press ctrl+space and then cursor down to select some lines

Actual Results:  
the cursor is moved but nothing is selected

Expected Results:  
the cursor is moved and the text is selected

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/0

------------------------------------------------------------------------
On 2015-01-17T15:48:08+00:00 dMaggot wrote:

FWIW, I tried qterminal (https://github.com/qterminal), whose code was
originally based on konsole. As in konsole, the qt4 version works OK but
the qt5 version does not send CTRL+Space so either qterminal and konsole
both do the same thing wrong or this is broken at a deeper level in qt5.
Notice that you can't send CTRL+@ either, so this looks like something
deeper than keyboard bindings, i.e., it looks like konsole/qterminal
cannot send ASCII char 0.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/1

------------------------------------------------------------------------
On 2015-01-26T22:04:56+00:00 Adrian-metabind wrote:

Arch Linux x86_64

Name           : konsole
Version        : 14.12.1-1

Name           : plasma-workspace
Version        : 5.1.2-5

Name           : qt5-base
Version        : 5.4.0-3

Prior to "Transition of KDE software to the KDE Framework and Qt 5"
update in Arch Linux, Ctrl-Space & Ctrl-@ were working in Konsole
(Emacs).  They continue to work in rxvt and in the Emacs GUI app.

This bug can be reproduced using `showkey -a' in Konsole.

This bug is a major annoyance for all Emacs developers using  "Konsole"
since Ctrl-Space is one of the most heavily used and fundamental
keybindings.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/2

------------------------------------------------------------------------
On 2015-02-01T22:44:43+00:00 Accounts+bugs-kde wrote:

I found the same behaviour when trying to use the vimwiki vim plugin,
which uses ctrl+space to tick items as done in todo lists. I'm using
konsole 14.12 / qt5-base 5.4.0 / kde worskpace 4.11.15 on Arch Linux.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/3

------------------------------------------------------------------------
On 2015-02-02T18:17:32+00:00 Calvinh34 wrote:

If it is of any help, I found that Yakuake running Qt4 still get the
null-byte, while Konsole running Qt5 does not. Both are in from the same
plasma5 session

$ yakuake --version
Qt : 4.8.6
Plate-forme de développement de KDE : 4.14.4
Yakuake : 2.9.9

$ konsole --version
Qt: 5.4.0
KDE Development Platform: TODO
Konsole: 3.0.1


Archlinux again

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/4

------------------------------------------------------------------------
On 2015-02-04T08:35:26+00:00 Pasi-luostarinen wrote:

If you edit terminal layout and find "Ctrl + Space" and set it to \x0
then press ok and open again edit window the binding has been erased.
This does not happen when \x1 is set as binding

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/5

------------------------------------------------------------------------
On 2015-02-06T12:56:02+00:00 Nectuto wrote:

In midnight commander is used Ctrl + space to show size of directory.
Work around is to use F9 -> Command -> Shou directory sizes. It is not user 
friendly.
So bug is not only for emacs users...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/6

------------------------------------------------------------------------
On 2015-02-07T12:59:09+00:00 Accounts+bugs-kde wrote:

I can still reproduce this with Konsole 3.0.1 from Applications 14.12.2.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/7

------------------------------------------------------------------------
On 2015-02-12T16:22:15+00:00 Rubykuby wrote:

cool-retro-term also has this exact issue:
https://github.com/Swordfish90/cool-retro-term/issues/203

It appears to be related to Qt 5.4.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/8

------------------------------------------------------------------------
On 2015-02-15T14:15:27+00:00 Cfeck wrote:

*** Bug 343097 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/9

------------------------------------------------------------------------
On 2015-02-24T20:57:45+00:00 Anand-chirag wrote:

Have submitted a review request:
https://git.reviewboard.kde.org/r/122711/

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/10

------------------------------------------------------------------------
On 2015-03-01T23:30:53+00:00 Kurt Hindenburg wrote:

Thanks - I'll look at this to get into the next release

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/11

------------------------------------------------------------------------
On 2015-03-07T14:45:15+00:00 Kurt Hindenburg wrote:

Git commit 9d062f1f522a50aa5ec2ae2a95ce6124b4427b5b by Kurt Hindenburg.
Committed on 07/03/2015 at 14:42.
Pushed by hindenburg into branch 'master'.

Make Ctrl+Space work again

Qt5.4 appears to have caused this issue. Test using showkey, mc, emacs

Thanks to Chirag Anand anand chirag gmail com for fix
REVIEW: 122711

M  +1    -1    src/KeyboardTranslator.cpp
M  +1    -1    src/Vt102Emulation.cpp

http://commits.kde.org/konsole/9d062f1f522a50aa5ec2ae2a95ce6124b4427b5b

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/12

------------------------------------------------------------------------
On 2015-03-07T14:47:22+00:00 Kurt Hindenburg wrote:

Git commit c16fc7d4671edf14c47132be0c621b08bce7dc82 by Kurt Hindenburg.
Committed on 07/03/2015 at 14:42.
Pushed by hindenburg into branch 'Applications/15.04'.

Make Ctrl+Space work again

Qt5.4 appears to have caused this issue. Test using showkey, mc, emacs

Thanks to Chirag Anand anand chirag gmail com for fix
REVIEW: 122711
(cherry picked from commit 9d062f1f522a50aa5ec2ae2a95ce6124b4427b5b)

M  +1    -1    src/KeyboardTranslator.cpp
M  +1    -1    src/Vt102Emulation.cpp

http://commits.kde.org/konsole/c16fc7d4671edf14c47132be0c621b08bce7dc82

Reply at:
https://bugs.launchpad.net/ubuntu/+source/konsole/+bug/1515881/comments/13


** Changed in: kde-baseapps
       Status: Unknown => Fix Released

** Changed in: kde-baseapps
   Importance: Unknown => High

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to konsole in Ubuntu.
https://bugs.launchpad.net/bugs/1515881

Title:
  Ctrl-Space no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/1515881/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to