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,392
  • 12
  • 115
  • 163
Tate
  • 46
  • 8
  • [How can I change what keys on my keyboard do? (How can I create custom keyboard commands/shortcuts?)](http://askubuntu.com/questions/254424/how-can-i-change-what-keys-on-my-keyboard-do-how-can-i-create-custom-keyboard) maybe? – Seth Jan 19 '14 at 04:29

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
  • 8