Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #104610

Re: Text input with keyboard, via input methods

Newsgroups comp.lang.python
Date 2016-03-11 03:46 -0800
References (5 earlier) <mailman.105.1457581660.15725.python-list@python.org> <87bn6mzwow.fsf@elektro.pacujo.net> <mailman.107.1457594930.15725.python-list@python.org> <f556db05-2803-46c4-b2b7-f8a6795a4620@googlegroups.com> <592dnevElcZa03_LnZ2dnUU7-ePNnZ2d@giganews.com>
Message-ID <1c23a075-44ea-4c85-9684-2db34da9ea01@googlegroups.com> (permalink)
Subject Re: Text input with keyboard, via input methods
From Rustom Mody <rustompmody@gmail.com>

Show all headers | View raw


On Friday, March 11, 2016 at 10:21:35 AM UTC+5:30, Larry Hudson wrote:
> On 03/09/2016 11:54 PM, Rustom Mody wrote:
> [...]
> > In between these two extremes we have many possibilities
> > - ibus/gchar etc
> > - compose key
> > - alternate keyboard layouts
> >
> > Using all these levels judiciously seems to me a good idea...
> >
> FWIW -- in Mint Linux you can select the compose key with the following:
> 
> Preferences->Keyboard->Layouts->Options->Position of Compose Key
> 
> then check the box(s) you want.
> 
> For those unfamiliar with it, to use it you press your selected compose key followed by a 
> sequence of characters (usually 2 but sometimes more).
> 
> A couple examples--
> n~ gives ñ     u" gives ü    oo gives °  (degree sign)
> Here's a cute one:  CCCP gives ☭  (hammer & sickle)
> 
> This gives you (relatively) easy access to a large range of 'special' characters.

Can be more heavily parameterized with this
https://github.com/rrthomas/pointless-xcompose
[Note the uim install]

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

turtle ?? Ömer sarı <sari.omer.1989@gmail.com> - 2016-03-08 23:39 -0800
  Re: turtle ?? Peter Otten <__peter__@web.de> - 2016-03-09 10:06 +0100
    Re: turtle ?? Steven D'Aprano <steve@pearwood.info> - 2016-03-09 22:55 +1100
      Re: turtle ?? Joel Goldstick <joel.goldstick@gmail.com> - 2016-03-09 09:24 -0500
      Re: turtle ?? MRAB <python@mrabarnett.plus.com> - 2016-03-09 18:14 +0000
        Re: turtle ?? Steven D'Aprano <steve@pearwood.info> - 2016-03-10 13:45 +1100
          Re: turtle ?? Chris Angelico <rosuav@gmail.com> - 2016-03-10 14:47 +1100
            Re: turtle ?? Marko Rauhamaa <marko@pacujo.net> - 2016-03-10 08:14 +0200
              Re: turtle ?? Jussi Piitulainen <jussi.piitulainen@helsinki.fi> - 2016-03-10 08:46 +0200
              Text input with keyboard, via input methods (was: turtle ??) Ben Finney <ben+python@benfinney.id.au> - 2016-03-10 18:28 +1100
                Re: Text input with keyboard, via input methods (was: turtle ??) Rustom Mody <rustompmody@gmail.com> - 2016-03-09 23:54 -0800
                Re: Text input with keyboard, via input methods Larry Hudson <orgnut@yahoo.com> - 2016-03-10 20:51 -0800
                Re: Text input with keyboard, via input methods Rustom Mody <rustompmody@gmail.com> - 2016-03-11 03:46 -0800
                Re: Text input with keyboard, via input methods Marko Rauhamaa <marko@pacujo.net> - 2016-03-10 12:51 +0200
                Re: Text input with keyboard, via input methods Rustom Mody <rustompmody@gmail.com> - 2016-03-10 03:59 -0800
                Re: Text input with keyboard, via input methods Jerry Hill <malaclypse2@gmail.com> - 2016-03-10 09:38 -0500
                Re: Text input with keyboard, via input methods Marko Rauhamaa <marko@pacujo.net> - 2016-03-10 17:13 +0200
                Re: Text input with keyboard, via input methods Chris Angelico <rosuav@gmail.com> - 2016-03-11 07:19 +1100
                Re: Text input with keyboard, via input methods Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-03-10 21:48 +0000
                Re: Text input with keyboard, via input methods Marko Rauhamaa <marko@pacujo.net> - 2016-03-11 00:47 +0200
              Re: turtle ?? Chris Angelico <rosuav@gmail.com> - 2016-03-10 18:39 +1100
  Re: turtle ?? Terry Reedy <tjreedy@udel.edu> - 2016-03-09 10:30 -0500

csiph-web