2

I was reluctant in asking this question but everything I've researched has led me to a dead end. Shift + w and Shift + p aren't working correctly. So I'm unable to use W and P unless I use the caps lock.

Right now my keyboard was somehow configured as:

    Shift + w == Xterm
    Shift + p == NOTHING

but I want my keyboard to be configured like so:

    Shift + w == W
    Shift + p == P
    Ctrl + w == Xterm

I'm not even sure how to use Xmodmap to accomplish this, or if theres a different way to do this. Any help or advice would be much appreciated!

Solution

The correct solution was to uninstall everything that was associated with xbindkeys

dessert
  • 39,982
Tate
  • 46

1 Answers1

0

I fixed it, I eventually came across a file called .xbindkeysrc.scm located at ~/.xbindkeysrc.scm. So I went through and commented out anything pertaining to Shift + w and Shift + p and then restarted. Everything is back to normal now.

enter image description here

Tate
  • 46