First things first. tty seems to be working because I can access them by
sudo chvt 1
So that works.
However pressing Ctrl+Alt+F1 causes nothing, and I mean nothing, same as not having pressed anything at all.
I carried out two tests with the following sequence of key presses/releases:
Left Ctrl PRESS
Left Alt PRESS
F1 PRESS
F1 RELEASE
Left Alt RELEASE
Left Ctrl RELEASE
Below are the outputs.
Output of xbindkeys -mk
22:55 ~> xbindkeys -mk
Press combination of keys or/and click under the window.
You can use one of the two lines after "NoCommand"
in $HOME/.xbindkeysrc to bind a key.
--- Press "q" to stop. ---
"NoCommand"
m:0x1c + c:67
Control+Alt+Mod2 + F1
"NoCommand"
m:0x1c + c:64
Control+Alt+Mod2 + Alt_L
"NoCommand"
m:0x14 + c:37
Control+Mod2 + Control_L
Output of xev
KeyPress event, serial 40, synthetic NO, window 0x5000001,
root 0x26b, subw 0x0, time 1370707, (106,-108), root:(879,370),
state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 40, synthetic NO, window 0x5000001,
root 0x26b, subw 0x0, time 1370851, (106,-108), root:(879,370),
state 0x14, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
MappingNotify event, serial 40, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248
KeyRelease event, serial 41, synthetic NO, window 0x5000001,
root 0x26b, subw 0x0, time 1371483, (106,-108), root:(879,370),
state 0x1c, keycode 67 (keysym 0x1008fe01, XF86Switch_VT_1), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
MappingNotify event, serial 41, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248
KeyRelease event, serial 41, synthetic NO, window 0x5000001,
root 0x26b, subw 0x0, time 1372499, (106,-108), root:(879,370),
state 0x1c, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 42, synthetic NO, window 0x5000001,
root 0x26b, subw 0x0, time 1373243, (106,-108), root:(879,370),
state 0x14, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
I also tried to set Crtl+Alt+F1 as a keybinding for a random command in kwrite and the combination is not recognized, the input shows Ctrl+Alt+…, like it is waiting for another input, despite of me repeatedly pressing the Fx keys.
I have a Tt eSPORTS Poseidon Z Illuminated keyboard.
Thanks in advance, I really want to solve this!