Hello,
I installed kubuntu 16.04.2 LTS on my laptop Asus Zenbook UX310U. I had no problem with the installation, media keys (Fn-volume up/down/mute) are working.
After installation I usually configure my ~/.inputrc with the following :
(among others things)
The first line maps alt-p to search backward in the shell history based on what is currently typed on the command line, the second looks forward with alt-n.
The problem is that the alt-p shortcut does not work. Alt-n is working fine though.
I had a look at xev output and I am getting the following with alt-p :
For comparison here is the alt-n output of xev :
I tried alt-p shortcut in a terminal session (ctrl-alt-F1), and it works. So my guess is that an application in kde environment steals alt-p shortcut and is not received by my shell (bash).
So I looked in the "Configure Shortcuts" menu of konsole and saw no shortcut mapped to alt-p. I searched in System Settings > Workspace > Shortcuts and there was nothing there either.
Do you have any ideas where I might look or how I can solve this issue ?
Thanks,
Nicolas.
I installed kubuntu 16.04.2 LTS on my laptop Asus Zenbook UX310U. I had no problem with the installation, media keys (Fn-volume up/down/mute) are working.
After installation I usually configure my ~/.inputrc with the following :
Code:
# Mapping to search the history "\ep": history-search-backward "\en": history-search-forward
The first line maps alt-p to search backward in the shell history based on what is currently typed on the command line, the second looks forward with alt-n.
The problem is that the alt-p shortcut does not work. Alt-n is working fine though.
I had a look at xev output and I am getting the following with alt-p :
Code:
KeyPress event, serial 40, synthetic NO, window 0x1e00001, root 0x20a, subw 0x0, time 372887, (591,618), root:(591,647), state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False FocusOut event, serial 40, synthetic NO, window 0x1e00001, mode NotifyGrab, detail NotifyAncestor FocusIn event, serial 40, synthetic NO, window 0x1e00001, mode NotifyUngrab, detail NotifyAncestor KeymapNotify event, serial 40, synthetic NO, window 0x0, keys: 2 0 0 0 2 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 KeyRelease event, serial 40, synthetic NO, window 0x1e00001, root 0x20a, subw 0x0, time 373470, (591,618), root:(591,647), state 0x8, keycode 33 (keysym 0x70, p), same_screen YES, XLookupString gives 1 bytes: (70) "p" XFilterEvent returns: False KeyRelease event, serial 40, synthetic NO, window 0x1e00001, root 0x20a, subw 0x0, time 373877, (591,618), root:(591,647), state 0x8, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False
Code:
KeyPress event, serial 40, synthetic NO, window 0x1e00001, root 0x20a, subw 0x0, time 361116, (421,739), root:(421,768), state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 40, synthetic NO, window 0x1e00001, root 0x20a, subw 0x0, time 361887, (421,739), root:(421,768), state 0x8, keycode 57 (keysym 0x6e, n), same_screen YES, XLookupString gives 1 bytes: (6e) "n" XmbLookupString gives 1 bytes: (6e) "n" XFilterEvent returns: False KeyRelease event, serial 40, synthetic NO, window 0x1e00001, root 0x20a, subw 0x0, time 361967, (421,739), root:(421,768), state 0x8, keycode 57 (keysym 0x6e, n), same_screen YES, XLookupString gives 1 bytes: (6e) "n" XFilterEvent returns: False KeyRelease event, serial 40, synthetic NO, window 0x1e00001, root 0x20a, subw 0x0, time 362486, (421,739), root:(421,768), state 0x8, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False
So I looked in the "Configure Shortcuts" menu of konsole and saw no shortcut mapped to alt-p. I searched in System Settings > Workspace > Shortcuts and there was nothing there either.
Do you have any ideas where I might look or how I can solve this issue ?
Thanks,
Nicolas.
Comment