You are not logged in.
Pages: 1
My function keys were working fine before i ran "xbindkeys -n" to try and fix some other issue i had. Now f1="P", f2="Q", f3="R" and i dont know what the rest do. even my xev output thinks im inputting a string. i do have a timeshift backup from about 2 weeks ago although thats my last resort.
Last edited by Fabian Paci (2021-08-12 09:54:37)
Offline
Is xbindkeys still running?
What does its config look like?
Offline
no xbindkeys is not running, and ive emptied my config.
Offline
Output of
setxkbmap -print -query?
Offline
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+us+inet(evdev)+capslock(super)" };
xkb_geometry { include "pc(pc105)" };
};
rules: evdev
model: pc105
layout: us
options: caps:super
Offline
ok i fixed it. the command that started this is the one that can fix it. i ran "xbindkeys -n" (--nodaemon) which fixes input issues for keybinds you've made with xbindkeys. I added random bash commands with my function keys as mapping then i ran "xbindkeys -n" again and its fixed.
Offline
Unless the daemon was indeed still running before that doesn't make a whole lot of sense…
Check "ps aux | grep xbindkeys" and if you want, you can also post your .xbindkeysrc for review.
In any event please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
I know! i definitely killed xbindkeys as a process so i dont know why that fixed it. also the outpuy of "ps aux | grep xbindkeys" is:
fabian 383520 0.0 0.0 6428 2272 pts/3 S+ 09:52 0:00 grep --color=auto xbindkeys
edit: my .xbindkeysrc is empty because everything works fine now. and keys may differ depending on external imput config (i just ran xev to find out mine) however im not 100% sure and i dont want to give false information..
Last edited by Fabian Paci (2021-08-12 09:57:49)
Offline
Did you maybe do more (transient) stuff beyond xbindkeys? eg. xmodmap?
Offline
nope, thats the only thing i did. im 100% sure of it.
Offline
Pages: 1