pawandubey / superswitcher

Automatically exported from code.google.com/p/superswitcher
GNU General Public License v2.0
0 stars 0 forks source link

Caps Lock does not work even after Superswitcher process is killed #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run superswitcher with either -c or -C
2. kill superswitcher
3. Test caps lock

What is the expected output? What do you see instead?
The caps lock button should work as normal.  Instead, it is no longer
working.  Superswitcher never gives back control of the button.

What version of the product are you using? On what operating system?
superswitcher 0.6
libwnck-2.18.0
Slackware 12.0
fluxbox 1.0.0

Original issue reported on code.google.com by phillip....@gmail.com on 22 Mar 2008 at 6:40

GoogleCodeExporter commented 8 years ago
This might be tricky to implement, given that superswitcher isn't designed to 
exit
under normal circumstances.  It could be possible to trap SIGINT and re-enable 
the
Caps Lock key in that signal handler.

Meanwhile, if you really need your Caps Lock back (ugh, why!?), you can run
xmodmap -e "add lock = Caps_Lock"

Original comment by nigel.ta...@gmail.com on 23 Mar 2008 at 12:34

GoogleCodeExporter commented 8 years ago
hmm, this isn't nice. 

Why doesn't superswitcher exit in an expected fashion?

Original comment by s.bhoo...@gmail.com on 13 Jul 2009 at 12:28