THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - korjavin (korjavin)
Attached to Project - awesome
Summary - Mouse click on tab doesnt work if current keyboard layout non en
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Medium
Priority - Normal
Reported Version - 3.4.11
Due in Version - Undecided
Due Date - Undecided
Details - From rc.lua:
mytaglist.buttons = awful.util.table.join(
awful.button({ }, 1, awful.tag.viewonly),
awful.button({ modkey }, 1, awful.client.movetotag),
awful.button({ }, 3, awful.tag.viewtoggle),
awful.button({ modkey }, 3, awful.client.toggletag),
awful.button({ }, 5, awful.tag.viewnext),
awful.button({ }, 4, awful.tag.viewprev)
)
works fine, but after this command:
setxkbmap -layout 'us,ru(winkeys)' -option
'grp_led:scroll,altwin:super_win,grp:menu_toggle'
and switch layout , mouse bindings stop works. Only modkey+keyboard may switch tags.
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1004
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].