Bug 343097

Summary: doesn't send null byte on ctrl-space
Product: [Applications] konsole Reporter: Tom Hunt <tomdicksonhunt>
Component: keyboardAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: accounts+bugs.kde, lubomir.krajcovic, rgacogne-kdebugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Exherbo   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tom Hunt 2015-01-20 17:31:33 UTC
konsole will not register the keystrokes "ctrl-space" or "ctrl-2", both of which should send the character ^@, 0x00. Setting this in the keybinds manager still gives no effect. Version in use is 3.90.901, which isn't listed in the 'versions' menu on report.

Reproducible: Always

Steps to Reproduce:
1. Open konsole
2. run 'showkey -a'
3. press ctrl+space

Actual Results:  
No output, keystroke ignored

Expected Results:  
Should register a 0x00 byte through showkey
Comment 1 Florian Jacob 2015-02-01 23:01:02 UTC
Possible duplicate of / related to https://bugs.kde.org/show_bug.cgi?id=343097
Comment 2 Christoph Feck 2015-02-15 14:15:27 UTC
Exactly ;)

*** This bug has been marked as a duplicate of bug 341157 ***