search for: keyman

Displaying 2 results from an estimated 2 matches for "keyman".

Did you mean: keymap
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...l type='pty' />" + fi + # inject the vnc port + if [ -n "$vncport" ]; then + result="${result}\n<console type='pty' />" + result="${result}\n<graphics type='vnc' port='${vncport}' autoport='yes' keyman='en-us' />" + fi + # finish the device section + result="${result}\n</devices>" + + result="${result}\n</domain>" + + debug "Node definition: ${filename}" + sudo printf "$result" > $filename + + # now define...
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going. The code won't get all the way to the define stage since I'm in the middle of retrofitting it to use virtinst instead of a home spun node definition.