Git Product home page Git Product logo

Comments (6)

scottkirkwood avatar scottkirkwood commented on July 26, 2024 1

from key-mon.

scottkirkwood avatar scottkirkwood commented on July 26, 2024 1

It's all working now with Python3 thanks for everyone's help.

from key-mon.

mclegrand avatar mclegrand commented on July 26, 2024

I tried to fix this in #87 , which may need some testing and update to documentation & packaging

from key-mon.

ahangarha avatar ahangarha commented on July 26, 2024

I just tested on 11a4d19 commit and everything seems working except one thing:

  • There is clicking issue if the option "highly visible click" be active.
  • If some keys like space or tab be pressed, some gap is added between keys and it remains there.

from key-mon.

ahangarha avatar ahangarha commented on July 26, 2024

I have also noticed these warnings if I run key-mon in terminal:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/keymon/settings.py", line 142, in _combo_changed
    self._update_option(option, val, str_val)
  File "/usr/local/lib/python3.8/dist-packages/keymon/settings.py", line 150, in _update_option
    setattr(self.settings.options, option, str_val)
  File "/usr/local/lib/python3.8/dist-packages/keymon/options.py", line 271, in __setattr__
    self.__dict__['_options'][name].value = value
  File "/usr/local/lib/python3.8/dist-packages/keymon/options.py", line 185, in _set_value
    self._set_attr_value('_value', val)
  File "/usr/local/lib/python3.8/dist-packages/keymon/options.py", line 169, in _set_attr_value
    setattr(self, attr, float(val))
ValueError: could not convert string to float: ''

I couldn't figure out in what circumstances it happens!

from key-mon.

RYNEQ avatar RYNEQ commented on July 26, 2024

I seems there is some dependency problems.
I was able to successfully run the latest commit by installing PyGObject, pycairo and python3-xlib from pip (not the debian repo) in virtualenv and everything seems stable (not fully tested)

from key-mon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.