I'm running Arch Linux x86_64, awesome 3.4-2, and "Return" key is working fine.

globalkeys = awful.util.table.join(
  ...
  awful.key({modkey, "Shift"  }, "Return",
    function () awful.util.spawn(terminal)    end),
  ...
)

On Sat, Nov 7, 2009 at 12:23 PM, Viacheslav Chumushuk <vo...@root.ua> wrote:
> Hello.
>
> I have next keybindings in my rc.lua:
>
> [lua]
> awful.key({ modkey,           }, "Return", function (c) c.fullscreen = not 
> c.fullscreen  end),
> awful.key({ modkey,           }, "c",      function (c) c:kill()              
>            end),
> awful.key({ modkey, "Control" }, "Return", awful.client.floating.toggle       
>               ),
> [/lua]
>
> And after last update (I'm using Archlinux distro) all keybindings with 
> Return key broken.
> Does anybody have the same problem?
>
> My software is:
> OS: Archlinux
> awesome: 3.4-2
>
>
> Thanks.
> Best regards, Viacheslav.
>
> --
> Please, use plain text message format contacting me, and
> don't use proprietary formats for attachments (such as DOC, XLS)
> use PDF, TXT, ODT, HTML instead. Thanks.
>
> --
> To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.
>

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

Reply via email to