Results 1 to 6 of 6

Thread: ctrl+shift+L mysteriously absorbed. Saucy 64-bit.

  1. #1
    Join Date
    Aug 2013
    Beans
    6

    ctrl+shift+L mysteriously absorbed. Saucy 64-bit.

    Something is absorbing ctrl+shift+L. Can you help me find what?
    I've looked in all the obvious configuration screens in settings and in the tweaks programs.
    In sublime-text, the key simply does not appear when I ask it to display keystrokes. All the other keystrokes display fine.
    In terminator, ctrl+shift+L flashes the top bar (containing the current directory and the character dimensions of the screen).

    Xev shows different kinds of output from ctrl+shift+K and ctrl+shift+L:

    First Ctrl+Shift+K, key-up and key-down:
    KeyPress event, serial 28, synthetic NO, window 0x6800001,
    root 0x91, subw 0x0, time 20311193, (146,80), root:(1507,132),
    state 0x15, keycode 45 (keysym 0x4b, K), same_screen YES,
    XLookupString gives 1 bytes: (0b) "
    "
    XmbLookupString gives 1 bytes: (0b) "
    "
    XFilterEvent returns: False

    KeyRelease event, serial 28, synthetic NO, window 0x6800001,
    root 0x91, subw 0x0, time 20311305, (146,80), root:(1507,132),
    state 0x15, keycode 45 (keysym 0x4b, K), same_screen YES,
    XLookupString gives 1 bytes: (0b) "
    "
    XFilterEvent returns: False

    Now Ctrl+Shift+L, key-up and key-down are only one event!
    KeymapNotify event, serial 28, synthetic NO, window 0x0,
    keys: 4294967185 0 0 0 32 0 4 0 0 0 0 0 0 0 0 0
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

    Any help would be appreciated. I guess I have configured something wrong.
    ~/.Xmodmap has only a pointer line, for scrolling.
    Last edited by rickyseltzer; November 11th, 2013 at 05:15 PM.

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: ctrl+shift+L mysteriously absorbed. Saucy 64-bit.

    Something is absorbing ctrl+shift+L
    Can you please explain what is meant by this . I don't see that key binding associated with any actions in key board settings, but the action may be disabled on my system. What action and in what program is the key-binding used ?
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Aug 2013
    Beans
    6

    Re: ctrl+shift+L mysteriously absorbed. Saucy 64-bit.

    It's a command in the text editor sublime-text. It modifies the scope of selected text. But it doesn't work.
    I started tracking this down on the forum for the sublime-text editor. There's a diagnostic command to display all keystrokes.
    ctrl-shift-K appears but ctrl-shift-L does not. So I tried those keystrokes outside of the editor in xev and got the strange results above.

  4. #4
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: ctrl+shift+L mysteriously absorbed. Saucy 64-bit.

    If it is the program at the link I see that is not available in the software-center and don't know about compatibility with 13.10 . I download and started the unregistered version of Sublime Text 2 and don't get any action from the key-binding inside or outside of the program

    http://www.sublimetext.com/
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  5. #5
    Join Date
    Aug 2013
    Beans
    6

    Re: ctrl+shift+L mysteriously absorbed. Saucy 64-bit.

    Make a 5-line text selection and hit ctrl shift L, it's supposed to change to multiple selections. That is, replacing 5 lines of text with the letter 'a' would result in 4 lines deleted and one 'a'. But if you do ctrl shift L first, then each of the 5 lines is replaced by an 'a', resulting in 5 lines with only 'a'.

    The doc on what the keystrokes are supposed to do is here:http://docs.sublimetext.info/en/late...ons-into-lines
    The sublime-text support forum discussion is here: http://www.sublimetext.com/forum/vie...hp?f=3&t=14595

  6. #6
    Join Date
    Aug 2013
    Beans
    6

    Re: ctrl+shift+L mysteriously absorbed. Saucy 64-bit.

    Also, on my system, when in Terminator (Terminal) I type ^V Ctrl-Shift-K, I see the ^K, But if I type ^V Ctrl-Shift-L, it does not appear.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •