April 21, 201610 yr comment_12294 Does anyone know an easy way of programming a remote so it replicates the effect of a right mouse button click. It must have been fairly easy and I don't think it involved any coding. I've done it before but I can't remember how I did it and now I need to do it again. Grrrr.... Report
April 21, 201610 yr comment_12295 Hi,There's no way of directly invoking any mouse actions with the Flirc itself as it acts only as a keyboard. There are some indirect ways to achieve this. It's OS/software dependant. For example in Windows you can turn on availability option to control the mouse cursor with a numeric keypad portion of the keyboard:4, 8, 6, 2 = move left, up, right, down1, 7, 9, 3 = move along diagonals5 = click selected mouse button (selected mouse button is displayed on the system tray mouse icon)+ = double click selected mouse button0 = click and hold selected mouse button. - release mouse button (after being hold by pressing 0)/ = select left mouse button* = select both buttons- = select right mouse button Report
April 21, 201610 yr Author comment_12296 Cheers.For anyone else looking, programming "C" has the effect I wanted - bringing up the context menu on Kodi. Report
April 21, 201610 yr comment_12297 Oh, you haven't mentioned that you wanted to open context menu in Kodi. I would tell you straight away that it is opened using C key.Next time please try explaining in more details what you want to achieve :). Report
April 22Apr 22 comment_43469 Greetings! Can you describe exactly how to program a right mouse click for usage OUTSIDE of Kodi. Cheers! Report
April 25Apr 25 comment_43480 Easiest thing would be to run a program that allows you to change keypresses into mouse events. This can be an accessibility setting as posted above, or an external tool such as warpd ( GitHub - rvaiya/warpd: A modal keyboard-driven virtual pointer · GitHub ), tpmmouse ( Releases · EsportToys/TPMouse ), mousemaster ( GitHub - petoncle/mousemaster: Mouseless mouse control and advanced keyboard customization. · GitHub ), and there are many others. Then, pair the key on the remote with the button-code that matches right-click in the program you used. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.