Hitting escape key does not exit window or area select mode in screencast

Bug #1917642 reported by Arush Sharma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Kazam Screencaster
New
Undecided
Unassigned

Bug Description

When in 'Area' or 'Window' mode of Kazam, pressing ESC key does not exit the selection mode, instead keeps switching between Area and Window mode. Ways to exit : Select an area or a window, there is no way to not select it. (No particular downside to this, but still is a bug.)

Revision history for this message
niknah (hankin0) wrote :

In kazam/frontend/window_area.py

Add a line...
self.window.present()

before "self.window.fullscreen()"

So it looks like...
         self.window.present()
         self.window.fullscreen()

Same goes for
kazam/frontend/window_select.py

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.