Bind awful.client.restore to mod+ctrl+n

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2011-02-19 22:25:12 +01:00
parent 935e9a0e30
commit da9e4a52df
5 changed files with 10 additions and 0 deletions

View File

@ -209,6 +209,8 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "space", function () awful.layout.inc(layouts, 1) end),
awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end),
awful.key({ modkey, "Control" }, "n", awful.client.restore),
-- Prompt
awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),

View File

@ -86,6 +86,8 @@ Fenster
Fenster maximieren.
*Mod4 + n*::
Fenster minimieren.
*Mod4 + Control + n*::
Fenster wiederherstellen.
*Mod4 + f*::
Fenster auf Vollbild setzen.
*Mod4 + Shift + c*::

View File

@ -103,6 +103,8 @@ Clientes
Maximiza el cliente actual.
*Mod4 + n*::
Minimiza el cliente actual.
*Mod4 + Control + n*::
Restaurar el cliente.
*Mod4 + f*::
Activa o desactiva el modo de pantalla completa para el cliente actual.
*Mod4 + Mayús + c*::

View File

@ -106,6 +106,8 @@ Clients
Maximise la fenêtre de l'application.
*Mod4 + n*::
Minimise la fenêtre de l'application.
*Mod4 + Control + n*::
Restaurer la fenêtre.
*Mod4 + f*::
Affiche la fenêtre de l'application en plein écran.
*Mod4 + Majuscule + c*::

View File

@ -95,6 +95,8 @@ Clients
Maximize client.
*Mod4 + n*::
Minimize client.
*Mod4 + Control + n*::
Restore client.
*Mod4 + f*::
Set client fullscreen.
*Mod4 + Shift + c*::