Home Page
RABiD BUNNY FEVER
K.T.K

  • February 07, 2012, 02:25:28 PM *
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Official site launch very soon, hurrah!


Author Topic: Status Hot Keys  (Read 5038 times)

Dakusan

  • Programmer Person
  • Administrator
  • Sr. Member
  • *****
  • Posts: 361
    • View Profile
    • WWW
Status Hot Keys
« on: January 03, 2010, 01:37:18 AM »
Full content for the Status Hot Keys project can be found at http://www.castledragmire.com/Projects/Status_Hot_Keys.

Description: A Pidgin plugin that utilizes global shortcut keys (hotkeys) to set status and manipulate the buddy window visibility
Information: Dynamically configure any global hot key to: Set availability status (message can be chosen many ways including via a popup); Move pidgin Buddy List to top/bottom of windows; Hide the Buddy List window or taskbar window.
Languages: C
Logged

Dakusan

  • Programmer Person
  • Administrator
  • Sr. Member
  • *****
  • Posts: 361
    • View Profile
    • WWW
Re: Status Hot Keys
« Reply #1 on: February 15, 2010, 10:27:55 AM »
This should be relatively easy. I'll look into getting that done in the very near future :-).
Logged

Dakusan

  • Programmer Person
  • Administrator
  • Sr. Member
  • *****
  • Posts: 361
    • View Profile
    • WWW
Re: Status Hot Keys
« Reply #2 on: February 21, 2010, 10:59:19 PM »
Do you mean like when double clicking the taskbar/docklet icon? If so, sure, I should be able to get that one done within a few days when I have the time.

FYI to romb, if you hadn't noticed, I got your request online 3 days ago :-) (figured I should mention it here too).

[Edit on 2/27/2010] Waiting to here if that is what you are asking for x.x;
« Last Edit: February 27, 2010, 10:04:15 PM by Dakusan »
Logged

mihai.birsan

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Status Hot Keys
« Reply #3 on: March 10, 2010, 12:30:01 PM »
Hello, Dakusan.

Thanks for the great project! It's the perfect replacement for the recently unmaintained pidgin_hotkeys plugin.

Just like romb I was looking for the "switch to most recent message" hotkey option, so thanks for implementing!

And like Pennidren I'd love the "Toggle" option. However, I'd love it worked like "Activate or Hide", namely: Focus the Buddy List if it's not focused; hide it if it's focused.

Thanks again!
Logged

Dakusan

  • Programmer Person
  • Administrator
  • Sr. Member
  • *****
  • Posts: 361
    • View Profile
    • WWW
Re: Status Hot Keys
« Reply #4 on: March 13, 2010, 09:12:46 PM »
One of the problems is that I don't want to make the number of possible options bloated and confusing, and adding in too many ways to hide/display the buddy list might do that... Technically implementing either of these would already be duplicating functionality (hide/show can be bound to separate keys...).

Even so, I think it would be good to go ahead and implement at least one of the two... and I'm thinking the toggle visibility (not paying attention to focus) would be more useful to people.

I guess I COULD add both... but I have had a past bad habit of adding too many features in my apps and causing bloat (not code, but user interface), and I'm trying to avoid that nowadays. x.x;

Any thoughts anyone? If I don't hear anything convincing in the near future, I'll probably add a hotkey to duplicate the functionality of double clicking the task tray icon.


On another note, I already have the option to stop displaying the buddy list in the task tray... and I'm thinking about adding another option to not have it show up in alt+tab. This would take a large rewrite of the functionality of a few sections though and I'm not sure if I want to deal with that without the pressing need to, heh. Would this be really useful to anyone? (Not that I'm necessarily expecting many people to see this :-(. Original intent of this site was to get a large user base going but then I never pushed or advertised it, bleck).
Logged

Dakusan

  • Programmer Person
  • Administrator
  • Sr. Member
  • *****
  • Posts: 361
    • View Profile
    • WWW
Re: Status Hot Keys
« Reply #5 on: November 05, 2010, 07:20:53 PM »
I just installed a copy of Ubuntu 10.10 in vmware with Pidgin 2.7.3 to confirm this and focusing the buddy list (ctrl+shift+t by default) seems to work for me?
Logged

Dakusan

  • Programmer Person
  • Administrator
  • Sr. Member
  • *****
  • Posts: 361
    • View Profile
    • WWW
Re: Status Hot Keys
« Reply #6 on: February 14, 2011, 05:52:05 PM »
Nope, sorry. Since there are so many Linux distributions you generally can't compile one "universal binary" like you can for windows. It's one of the downsides of Linux, but they go with a different paradigm for it via package management systems. Someone would have to make a package of it for your specific distribution for that to be possible. That being said, if you are running Unbuntu (just a guess), I think all you have to do (if memory serves) is extract the source, edit the "INSTALL_PATH" in config.linux to point to your libpurple user directory (hopefully it should already be right), and then run "make install".
Logged