keyboardlayouteditor
keyboardlayouteditor copied to clipboard
Keyboard Layout Editor
Greetings. Dragging U+002E FULL STOP yields Armenian_mijaket, while dragging U+002C COMMA yields Armenian_comma. This also happens on parentheses (U+0028 and U+0029), en dash (U+2013), and em dash (U+2014) as far...
I'm no python expert, but default compilation didn't work. I got following error: Traceback (most recent call last): File "./KeyboardLayoutEditor", line 64, in import ParseXKB File "/home/ctang/Sources/keyboardlayouteditor/ParseXKB.py", line 26, in...
``` File "../keyboardlayouteditor/Key.py", line 79, in drag_data_get_callback (selection.data[1] == 'u' or selection.data[1] == 'U'): IndexError: string index out of range ``` Changing it to: ``` if selection.data[0] == '\\' and...
I would like to map ctrl+arrows into home/end/pageup/pagedown, but there are no arrows on the displayed keyboard in the GUI. You mention in the blog post that you disabled some...
Hi, I am trying to load my own layout to edit (see http://rlog.rgtti.com/2015/03/26/a-new-nice-trick-for-the-linux-keyboard-greek-letters/ ) and the (very nice!) program is unable to manage the `dead-greek` ky definition: ``` [romano:~/software/keyboardlayouteditor] master*...
Or is missing some documentation detailing where to change what to get an ISO layout instead of the default ANSI one.
Hi, in KeyboardLayoutEditor on line 950 you have: def unicodechars_clicked_callback(self, button): os.system(Common.gucharmapapp) os.system causes parent process to freeze until child exits. I would suggest to change this method to: def...
The install instructions fails on step two: ``` $ sudo easy_install antlr_python_runtime-3.1.2-py2.5.egg Processing antlr_python_runtime-3.1.2-py2.5.egg creating /usr/local/lib/python2.7/dist-packages/antlr_python_runtime-3.1.2-py2.5.egg Extracting antlr_python_runtime-3.1.2-py2.5.egg to /usr/local/lib/python2.7/dist-packages Adding antlr-python-runtime 3.1.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/antlr_python_runtime-3.1.2-py2.5.egg Processing dependencies...