nalmadi / fix8

Fix8 (Fixate) is an Open-Source GUI Tool for Working with Eye Tracking Data in Reading Tasks.
Mozilla Public License 2.0
5 stars 0 forks source link

Keyboard shortcuts will only work in semi-automated mode #58

Closed nalmadi closed 9 months ago

nalmadi commented 1 year ago

Next and previous can work in manual mode, if the following part is removed: and self.button_confirm_suggestion.isEnabled()

from: if e.key() == 65 and self.button_next_fixation.isEnabled() and self.button_confirm_suggestion.isEnabled():

and if e.key() == 90 and self.button_previous_fixation.isEnabled() and self.button_confirm_suggestion.isEnabled():