Dakusan's Domain Forum

Main Site Discussion => Projects => Topic started by: Dakusan on January 03, 2010, 01:37:18 am

Title: Status Hot Keys
Post by: Dakusan on January 03, 2010, 01:37:18 am
Full content for the Status Hot Keys project can be found at https://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
Title: Re: Status Hot Keys
Post by: Dakusan_RestorePosts on February 14, 2010, 03:09:00 am
[Posted by unknown romb]

Thanks :) That's what i needed ;)
But ... for me and other guys  migrated from miranda it would be great to have one more useful feature  :) I'm talking about assigning a hotkey to focus proper chat tab/window  when there are pending unread messages (tray icon flashes).
Thanks again :)
Title: Re: Status Hot Keys
Post by: Dakusan 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 :-).
Title: Re: Status Hot Keys
Post by: Dakusan_RestorePosts on February 21, 2010, 09:17:00 pm
[Posted by Pennidren]

Great project man!
Minor request if you have the time; I think it'd be  easy enough.
Can you add, in addition to Focus Buddy List and Hide Buddy  List, a Toggle Buddy List that will show/hide back and forth as  appropriate?  It would complete the package for me :)
Title: Re: Status Hot Keys
Post by: Dakusan 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;
Title: Re: Status Hot Keys
Post by: mihai.birsan 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!
Title: Re: Status Hot Keys
Post by: Dakusan 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).
Title: Re: Status Hot Keys
Post by: Dakusan 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?
Title: Re: Status Hot Keys
Post by: Dakusan 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".
Title: Re: Status Hot Keys
Post by: Dakusan_RestorePosts on September 27, 2012, 12:00:00 am
[Posted by unknown user]

Says "Error: ABI version mismatch 2.6.x (need 2.5.x)Check the plugin website for an update."
Title: Re: Status Hot Keys
Post by: Dakusan on September 27, 2012, 02:07:41 pm
Sigh. A pidgin version update must have broken compatibility. I'll look into getting this recompiled and/or fixed in the next few days. Thanks for the report.
Title: Re: Status Hot Keys
Post by: Dakusan on September 27, 2012, 11:45:40 pm
I installed the latest version of pidgin on a fresh windows install and could not reproduce the problem. Could you give me more information that might help me reproduce this? Operating system version and CPU type (x86 or x64)? If there is any other information that might help me diagnose it?

If you are running linux, you might check this thread: https://developer.pidgin.im/ticket/14490
Title: Re: Status Hot Keys
Post by: proxy on January 04, 2013, 06:39:03 pm
Dakusan, are you still open for user feature requests with this plugin?

When Status Hot Keys is the only plugin for binding hot keys to focus buddy list I'm missing feature that Meta Key (Windows Key in my mind) works as modifier, like CTRL, ALT, SHIFT guys.

Or is it even possible to make Meta Key as a modifier?

Best regards,
~proxy
Title: Re: Status Hot Keys
Post by: Dakusan on January 05, 2013, 04:22:03 pm
Strange, I checked the code and it looks like it was programmed to accept the windows key as a meta/bucky key. I tested it myself and I have confirmed it does not seem to be working as intended with that. To help me narrow down the problem, what operating system are you using? Do you happen to be using apple hardware?
Title: Re: Status Hot Keys
Post by: proxy on January 05, 2013, 06:21:33 pm
I'm using up to date Win7 with standard Windows keyboard layout.

Windows Key is detected correctly as Meta_L so the problem is not in hardware.

Just can't make 'Meta_L + w' combination.
Title: Re: Status Hot Keys
Post by: Dakusan on January 11, 2013, 05:12:29 pm
I'm betting this is due to the GTK command key mappings being changed in a new version, or maybe on Windows 7.

This should theoretically be fixable by adding values in Config.c lines 179-181 to the ends of the GDKControlMasks, ControlMasks, and ControlKeyValues variables.

Add to the end of "GDKControlMasks" one of the values from: http://developer.gnome.org/gdk/stable/gdk-Windows.html#GdkModifierType (http://developer.gnome.org/gdk/stable/gdk-Windows.html#GdkModifierType)
Add to the end of "ControlMasks" another "MODK_WIN"
Add to the end of "ControlKeyValues" 2 appropriate values from: http://docs.adacore.com/gtkada-docs/gtkada_rm/gtkada_rm/gdk-types-keysyms.ads.html (http://docs.adacore.com/gtkada-docs/gtkada_rm/gtkada_rm/gdk-types-keysyms.ads.html) (Maybe "GDK_Meta_L" and "GDK_Meta_R"?)

I'll have to get my development environment set back up to figure out what the values should be for me, and hopefully for you, and release a new version. Not sure when I'll get to this, but maybe soon. If you want to try to compile the code yourself you might be able to figure it out too.
Title: Re: Status Hot Keys
Post by: Dakusan on January 15, 2013, 05:47:18 pm
This is fixable by editing the preferences directly (See last part of this post), as this is just a problem with the configuration section.

I went ahead and got my development environment set up and the problem tested. Unfortunately, this looks like a problem with either our hardware (I am suspect since I am running on mac hardware w/ EFI), or GTK itself. GTK isn't detecting the windows key at all as a meta key (like shift, alt, or ctrl), so I would have to do some major changes in that section to program around this. A new version of GTK may have this fixed. This report (https://bugzilla.mozilla.org/show_bug.cgi?id=751749) looks like it may be promising.

So I'll have to experiment with newer versions of GTK later and see if these are compatible with pidgin to fix this...

I wouldn't hold your breath on this getting fixed any time soon though, sorry.

However, you can manually set your own keyboard shortcuts that will work directly with windows by editing your prefs.xml (C:\Users\USERNAME\AppData\Roaming\.purple\prefs.xml) WHEN PIDGIN IS CLOSED. Search for "<pref name='StatusHotKeys'>" and then edit the associated "Action#_Key" by adding 524288 to its number to add the win key. I have tested and confirmed this works.