Is there a way to keymap filter? keyboard keybind filter
#1
I am trying to find a way to map filter to keyboard.

According to an outdated thread, it was possible with 

<f>filter</f>

but it no longer works.
Reply
#2
Check the whole keymap file for errors, or post it for somebody else to check as filter works fine for me.
Reply
#3
Oh great, I didn't see anything in the log, I just tought it no longer worked since it was an old post and didn't find anything recent about it.

What happens when you press filter key binding? Does the left panel popup and focuse on the filter field?
Reply
#4
Nevermind,

I've tested out in a new kodi instance.

Is this the global search function? IIt doesn't work for me in artic z reloaded skin. Perhaps it is the slyguy global search+ addon that breaks it. Will try to remove and mention the result
Reply
#5
For some reason, the keybinding works in addons (for searching addons) but it doesn't work in video.

In addons I get this:
Code:

 HandleKey: f (0xf046) pressed, window 10040, action is filter
2023-11-18 09:15:30.602 T:36666   debug <general>: ------ Window Init (DialogKeyboard.xml) ------
2023-11-18 09:15:30.607 T:38475   debug <general>: .
2023-11-18 09:15:30.616 T:38475   debug <general>: Python interpreter stopped
2023-11-18 09:15:30.616 T:38475   debug <general>: Thread LanguageInvoker 139993292981824 terminating
2023-11-18 09:15:30.718 T:36666   debug <general>: Keyboard: scancode: 0x29, sym: 0x66, unicode: 0x00, modifier: 0x0

But in video I get this:

Code:

2023-11-18 09:15:22.279 T:36666   debug <general>: HandleKey: f (0xf046) pressed, window 10025, action is filter
2023-11-18 09:15:22.280 T:38460   debug <general>: Thread BackgroundLoader start, auto delete: false
2023-11-18 09:15:22.283 T:38460   debug <general>: Thread BackgroundLoader 139991900481088 terminating
Reply
#6
I've made a fresh kodi install with artic zephyr and I still have this problem. I've opened an issue here:

https://github.com/beatmasterRS/skin.arc...ssues/1050
Reply
#7
Note that the keymaps file has different sections.

There is a generic one, but there are sections for specific areas of Kodi and if you are in one of those, those settings will override the generic ones.
So you may need to set or tweak what you've set up where within the file.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#8
You mean like Global, fullscreenvideo and such? I've removed all <f> keymaps and also tried mod ctrl,but it doesn't work. Plus the log does mention action filter on f keypress. It works on vanilla kodi but it stops working when I just add the artic zephyr skin.
Reply
#9
Note: By removing <f> keymap, I mean I have left them empty ( <f></f> )
Reply
#10
I'm not sure what leaving them empty will do.

If you want them to explicitly do nothing, the action is "noop" (no operation).

Also if adding the skin is breaking it, check if the skin has its own keymap or similar which is further overwriting your own mod one.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply

Logout Mark Read Team Forum Stats Members Help
Is there a way to keymap filter? keyboard keybind filter0