Changes between Version 1 and Version 2 of Ticket #425, comment 4
- Timestamp:
- 05/17/14 15:28:34 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #425, comment 4
v1 v2 4 4 See [http://en.wikipedia.org/wiki/Unicode_input] - this is platform dependent and the default X11 input method does not provide a way of entering unicode via numeric values. 5 5 6 See also: ''GTK+ is an ISO 14755-conformant system. The beginning sequence is Ctrl+⇧ Shift+U and the ending sequence is ↵ Enter or Space. Programs based on GTK+, such as GNOME applications, support Unicode input.'' - this is no good for us unless we can notchange the beginning sequence...6 See also: ''GTK+ is an ISO 14755-conformant system. The beginning sequence is Ctrl+⇧ Shift+U and the ending sequence is ↵ Enter or Space. Programs based on GTK+, such as GNOME applications, support Unicode input.'' - this is no good for us unless we can change the beginning sequence... 7 7 8 8 This may well require the development/enhancement of an X11 input method to be able to emulate the client's behaviour on the server. (ie: windows Alt+num)