We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95df5bb commit 0cde18bCopy full SHA for 0cde18b
src/Services/ZoomController.vala
@@ -97,7 +97,7 @@ public class Jorts.ZoomController : Object {
97
98
public bool on_key_press_event (uint keyval, uint keycode, Gdk.ModifierType state) {
99
if (keyval == Gdk.Key.Control_L || keyval == Gdk.Key.Control_R) {
100
- print ("Press!");
+ debug ("Press!");
101
is_control_key_pressed = true;
102
103
// disable scrolling for the stickies else it will prevent what we are trying to do
0 commit comments