Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Super+F doesn't work and crashes #82

Open
IanTrudel opened this issue Apr 9, 2020 · 0 comments
Open

Super+F doesn't work and crashes #82

IanTrudel opened this issue Apr 9, 2020 · 0 comments
Labels
bug Something isn't working Input Input bindings and actions

Comments

@IanTrudel
Copy link
Collaborator

Pressing Super+F will cause the following error and will hinder the ability to further use InfiniteGlass.

bbox_view() missing 1 required positional argument: 'orig_view'
Traceback (most recent call last):
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 164, in handle
    self.action(eventfilter, action, event)
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 199, in action
    self.action(eventfilter, config["modes"][action], event, **kw)
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 178, in action
    if push_config(self.display, action, first_event=event, last_event=event, **kw):
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 53, in push_config
    return push(display, cls, **cfg)
  File "/InfiniteGlass/glass-input/glass_input/mode.py", line 43, in push
    if not mode.enter():
  File "/InfiniteGlass/glass-input/glass_input/title_search.py", line 39, in enter
    self.display.root["IG_VIEW_DESKTOP_VIEW"] = self.bbox_view()
  File "/InfiniteGlass/glass-input/glass_input/title_search.py", line 23, in bbox_view
    return utils.bbox_view(res, self.orig_view)
TypeError: bbox_view() missing 1 required positional argument: 'orig_view'
@redhog redhog added bug Something isn't working Input Input bindings and actions labels Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Input Input bindings and actions
Projects
None yet
Development

No branches or pull requests

2 participants