View Single Post
Posts: 39 | Thanked: 12 times | Joined on Feb 2010 @ Russia, Moscow
#17
Hi, I have a little problem. I used Ctrl + Space to change hardware keyboard layout from Russian to English and back. Now after I installed the application this shortcut is replaced by
if (kn == 247) or (kn == 248) or (kn == 228):
import time
os.system("/usr/bin/dbus-hildon-desktop set_state 64")
time.sleep(0.4)
os.system("/usr/bin/dbus-hildon-desktop activate_window_time -2")
print "<ctrl>F7"
I commented that out but I still cannot switch layout by pressing Ctrl+Space. Uninstalling the application doesn't do the trick either.
Do you have any ideas how to fix this?