Implementing fullscreen mode. Thanks Krol, Willem van de!

This commit is contained in:
Christoph Lohmann
2012-12-03 21:19:16 +01:00
parent 1f30ddf224
commit 0dfdb75804
3 changed files with 13 additions and 2 deletions
+1
View File
@@ -66,6 +66,7 @@ static Key keys[] = {
{ MODKEY, GDK_i, scroll_h, { .i = +1 } },
{ MODKEY, GDK_u, scroll_h, { .i = -1 } },
{ 0, GDK_F11, fullscreen, { 0 } },
{ 0, GDK_Escape, stop, { 0 } },
{ MODKEY, GDK_o, source, { 0 } },