>From xev:
KeyRelease event, serial 33, synthetic NO, window 0x1e00001,
    root 0xca, subw 0x0, time 13371951, (420,279), root:(421,296),
    state 0x0, keycode 11 (keysym 0x32, 2), same_screen YES,
    XLookupString gives 1 bytes: (32) "2"
    XFilterEvent returns: False

What do you mean strange layouts?

My layouts from rc.lua:
tags = {} for s = 1, screen.count() do
    -- Each screen has its own tag table.
    tags[s] = awful.tag({ "term", "web", "code", "off", "extr", "vbox"
}, s, layouts[1])
end

On Mon, Jun 18, 2012 at 9:11 PM, Adrian C. <an...@sysphere.org> wrote:
> On Tue, 19 Jun 2012, Adrian C. wrote:
>
>> On Mon, 18 Jun 2012, Hong Shick Pak wrote:
>>
>> > What could cause this odd behavior?
>>
>> What's the keycode of 2? It's expected to be 11 to properly bind.
>
> ...this was once a problem with strange layouts.
>
>
> --
> Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618
> PGP FP: 02A5 628A D8EE 2A93 996E  929F D5CB 31B7 D20A 0618
>
> --
> To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

--
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to