LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxQuestions.org Member Success Stories (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/)
-   -   alt tab with right alt (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/alt-tab-with-right-alt-250906/)

teacup 11-04-2004 12:01 AM

alt tab with right alt
 
I discovered that this did not work correctly in kde. I filed a bug report, and then I found out that it was a bug in X instead of kde. After much frustration, I went searching and found out this method of making my right alt key fully functional:

Code:

xmodmap -e "clear mod3" -e "keycode 113 = Alt_R" -e "add mod1 = Alt_R"

vxc69 11-04-2004 12:18 AM

Re: alt tab with right alt
 
Awesome! :)

vxc


All times are GMT -5. The time now is 11:04 AM.