diff --git a/schemas/gschemas.compiled b/schemas/gschemas.compiled
index 563aa40..b02d63a 100644
Binary files a/schemas/gschemas.compiled and b/schemas/gschemas.compiled differ
diff --git a/schemas/org.gnome.shell.extensions.draw-on-your-screen.gschema.xml b/schemas/org.gnome.shell.extensions.draw-on-your-screen.gschema.xml
index 58fa1ad..5847658 100644
--- a/schemas/org.gnome.shell.extensions.draw-on-your-screen.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.draw-on-your-screen.gschema.xml
@@ -107,12 +107,12 @@
decrement the line width
- ["<Primary>Page_Up"]
+ ["<Primary><Shift>KP_Add"]
increment the line width even more
increment the line width even more
- ["<Primary>Page_Down"]
+ ["<Primary><Shift>KP_Subtract"]
decrement the line width even more
decrement the line width even more
@@ -202,22 +202,22 @@
open stylesheet
- ["<Primary>s"]
+ ["<Primary><Shift>s"]
Save drawing as a svg file
Save drawing as a svg file
- ["<Primary><Shift>s"]
+ ["<Primary>s"]
Save drawing as a json file
Save drawing as a json file
- ["<Primary>Left"]
+ ["<Primary>Page_Down"]
Open previous json file
Open previous json file
- ["<Primary>Right"]
+ ["<Primary>Page_Up"]
Open next json file
Open next json file