Giter Club home page Giter Club logo

Comments (21)

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From john.maguire on February 23, 2010 12:09:38

Labels: -Type-Defect Type-Enhancement

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From xapienz on March 04, 2010 12:23:33

They were added into interface, but they don't work at the moment

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From john.maguire on March 06, 2010 06:22:12

Issue 60 has been merged into this issue.

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From xapienz on March 07, 2010 13:28:08

At least it would be enough to add the ability to control clementine from command
shell (for examples, commands like "clementine --stop", "clementine --play", etc.)

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From TimonTheMeerkat on March 09, 2010 05:23:15

Until issue was solved can you replace row in src/mainwindows.cpp, line 247:
#define Q_OS_LINUX
with that
#define Q_WS_X11
?

Because this global shortcuts perfectly works in the FreeBSD too.

Tested on FreeBSD 9 CURRENT with Qt 4.6.1

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From john.maguire on March 09, 2010 06:29:29

r350 enables global shortcuts on all X11 platforms.

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From john.maguire on March 09, 2010 06:31:47

No, wait, I screwed up, r351 ;-)

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From ceceron on March 11, 2010 03:41:42

I would like to see abality to control clementine from shell as xapienz said - it
would be perfect to use with KDE shortcuts system :)

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From john.maguire on March 11, 2010 04:52:44

Command line control would probably arrive when we support DBus ( issue #29 ).

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From sergei.stolyarov on March 30, 2010 11:08:56

Why not to use global shortcuts handling classes from PSI-IM? They are
crossplatform, do not depend on qxt and work perfectly. Just a few lines of code.

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From andrew.gaydenko on April 14, 2010 17:47:13

As far as CLI was kindly added by David, all KDE users can already use

System Settings -> General -> Input Actions

to assign golbal shortcuts to clementine actions. Just look at commands list with
'clementine -h'.

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From h.niederhausen on April 19, 2010 07:55:49

clementine -h opens a new instance instead of showing som help. I used to current
trunk.

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From xaktyc on May 19, 2010 07:23:09

May be, this can help? http://wincode.org/программирование/кроссплатформенные-глобальные-клави/ This article in Russian.

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From [email protected] on May 19, 2010 08:13:55

On Mac OS X Clementine can be controlled via the multimedia keys on an Apple Keyboard
without further configuration. Snow Leopard users have to apply a workaround to
prevent iTunes from starting though (see http://discussions.apple.com/thread.jspa?threadID=2122639 )

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From davidsansome on May 19, 2010 08:48:16

Issue 330 has been merged into this issue.

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From [email protected] on June 09, 2010 05:15:02

I can report with r1091 that the multi media keys work out of the box on windows 7

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From davidsansome on June 17, 2010 09:08:41

I think this is pretty much fixed now :)
Media keys should work by default on all platforms. On gnome we integrate with gnome-settings-daemon to use the system shortcuts. On other platforms there's now a settings dialog where you can configure the global shortcuts.

Status: Fixed

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From anorman728 on October 02, 2010 17:13:14

Why is this set as "Fixed?" It's not fixed. Changing the shortcuts still does nothing.

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From andrisll on January 11, 2011 13:45:42

Yes, it's not completely fixed (at least in KDE). However, it is possible to set KDE custom shortcuts (see comment #11).

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From keirangtp on January 12, 2011 05:10:52

Don't update this long gone bug - if there's something still wrong, start a new one.

from clementine.

Clementine-Issue-Importer avatar Clementine-Issue-Importer commented on July 29, 2024

From xburelo on August 17, 2011 10:01:04

This is not fixed! ):
I used Clementine in ubuntu and it worked great there. I moved to mac os and I don't have an option to edit global shortcuts. I can use the multimedia keys that come for default, but I want to add ratings with a shortcut and I can't.

from clementine.

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.