Some years ago I wrote emenu. A dmenu like tool for command line. It supports
various input methods and its about 250 loc.
http://hg.youterm.com/menush/file/b25e917ad97a/eread.c
On 01/09/2011, at 23:07, Bjartur Thorlacius wrote:
> Þann fim 1.sep 2011 20:05, skrifaði Rafa Garcia Gallego:
>> On
Þann fim 1.sep 2011 17:42, skrifaði Benjamin Cathey:
Okay so then they are apparently different, regardless of the keycode
give by `xev`
I ran xev on my system, and it reported different keycodes and keysyms,
but equivalent XLookupString results.
I don't speak wmiirc, but I'm happy if I was a
Þann fim 1.sep 2011 20:05, skrifaði Rafa Garcia Gallego:
On Thu, Sep 1, 2011 at 7:46 PM, Bjartur Thorlacius wrote:
Why not write the UI to tty directly? Or do you suppose redirecting stderr
to null to get rid of the UI is worth supporting?
Actually I might as well had done this. However, I
On Thu, Sep 1, 2011 at 7:46 PM, Bjartur Thorlacius wrote:
> Şann miğ 31.ágú 2011 12:09, skrifaği Rafa Garcia Gallego:
>> I sometimes use sandy in a SSH session, so I wrote some code around
>> dmenu to have it work in the console. The resulting program takes
>> input from stdin, reopens the tty, pr
On 08/31/2011 02:09 PM, Rafa Garcia Gallego wrote:
> Hi,
>
> I sometimes use sandy in a SSH session, so I wrote some code around
> dmenu to have it work in the console. The resulting program takes
> input from stdin, reopens the tty, prints the UI to stderr, gets your
> input (again from stdin) an
Þann mið 31.ágú 2011 12:09, skrifaði Rafa Garcia Gallego:
Hi,
I sometimes use sandy in a SSH session, so I wrote some code around
dmenu to have it work in the console. The resulting program takes
input from stdin, reopens the tty, prints the UI to stderr, gets your
input (again from stdin) and p
Okay so then they are apparently different, regardless of the keycode
give by `xev`
That's fine - however what would I use in my wmiirc to define the
difference?
Would it be:
Key $MODKEY-Control-KP0 ?
---
Actually it looks like it would be $MODKEY-Control-KP_0
Thanks for your help!
B
On
Þann mið 31.ágú 2011 23:36, skrifaði Benjamin Cathey:
I recently added a few new key combinations and I am having issues and I
am not quite sure why.
I am attempting to use the number keys in the numeric keypad and it
simply is not working. The combinations work with the regular number
keys howe
On Wed, Aug 31, 2011 at 02:09:50PM +0200, Rafa Garcia Gallego wrote:
> Hi,
>
> I sometimes use sandy in a SSH session, so I wrote some code around
> dmenu to have it work in the console. The resulting program takes
> input from stdin, reopens the tty, prints the UI to stderr, gets your
> input (ag