diff --git a/README.md b/README.md
index eba378b..77da613 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,12 @@ sudo nixos-rebuild switch --flake '.#[hostname]'
## openbox hotkeys
-I Dont Remember
+**Ctrl+Right click** on a titlebar to open the window's menu
+**Alt+C** over a window to do the same thing
+
+**Alt+D** to open the application menu
+
+**Alt+Left arrow** to go to the previous desktop
+**Alt+Right arrow** to go to the next desktop
+**Alt+[1-4]** to go to a specific desktop
+
diff --git a/configs/openbox/rc.xml b/configs/openbox/rc.xml
index 6ff0922..9469c2b 100644
--- a/configs/openbox/rc.xml
+++ b/configs/openbox/rc.xml
@@ -45,6 +45,11 @@
rofi -show combi -modes combi -combi-modes "window,drun,run"
+
+
+
+
+
previous