NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 15 16 17 18 19 … 43 Next »
ToggleFullscreenOnDoubleClick

 
  • 0 Vote(s) - 0 Average
ToggleFullscreenOnDoubleClick
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#11
2022-02-25, 05:13 PM
(2022-02-25, 04:36 PM)mvallevand Wrote: I found with a UI client with touch this wasn't happening but that could be because double tap is slow.
I'm actually wondering if what you're describing is something client side because I just checked it here, and a "dblclick=" event from nlite was enough to select and open guide items. (I commented out the sending of "click=" events in nlite)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,109
Threads: 957
Joined: May 2006
#12
2022-02-25, 05:15 PM
Seriously? The right click option is hardly hidden and double click to toggle screen isn't a universal standard either.

Also sorry for hijacking your thread.

Martin
olympus
Offline

Junior Member

EU
Posts: 6
Threads: 1
Joined: Feb 2022
#13
2022-02-25, 05:23 PM
(2022-02-25, 05:15 PM)mvallevand Wrote: Seriously?  The right click option is hardly hidden and double click to toggle screen isn't a universal standard either.

Also sorry for hijacking your thread.

Martin

Sorry, english is not my native language, and I may have not expressed it properly.
You need 2 clicks to go there, 1 to open the context menu and 1 to press to toggle.
If there was a button in OSD you need only 1 click, the OSD when you touch the mouse shows automatically.
It's not hidden indeed, you just don't see it immediately.
It's just more convenient to be in the OSD, you immediately see it when you touch the mouse.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#14
2022-02-25, 06:03 PM
The OSD is only visible while playing video, so that's not a good option.
ElihuRozen
Offline

Senior Member

Massachusetts, USA
Posts: 514
Threads: 51
Joined: Apr 2006
#15
2022-02-25, 06:32 PM
What about handling special mouse actions for the corners of the screen in v6.  Uses could add a section to config.xml and designate a keystroke for each corner.  The code would just do that keystroke.  So doing a "{RIGHT}" on the main menu would do nothing.  

The OP for this thread could set one of them to {ALT}{ENTER}.  Someone else might want something like this:
Code:
<MouseCorners>
<Enable>true</Enable>
<TopLeft>{UP}</TopLeft>
<TopRight>{RIGHT}</TopRight>
<BottomRight>{DOWN}</BottomRight>
<BottomLeft>{LEFT}</BottomLeft>
</MouseCorners>
Others might do:
Code:
<MouseCorners>
<Enable>true</Enable>
<TopLeft>{CTRL}{LEFT}</TopLeft>
<TopRight>{CTRL}F</TopRight>
<BottomRight>{CTRL}{RIGHT}</BottomRight>
<BottomLeft>{CTRL}R</BottomLeft>
</MouseCorners>
That way, people that really want to use their mouse could skip around when watching a video, even though it isn't recommended.
Tuners: SD HDHR Prime (HDHR3-CC). SD HDHR Connect Quatro Tuner (HDHR5-4US) - only QAM.  EXVIST H.265 Encoder - capturing cable box.
Client: Odroid-N2 running knewc on KODI - connected via MoCA.
EPG: SchedulesDirect
Provider: Verizon Fios
Server: Dell XPS 8700 with Windows 10
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,109
Threads: 957
Joined: May 2006
#16
2022-02-25, 06:38 PM (This post was last modified: 2022-02-25, 06:57 PM by mvallevand.)
I still think the existing right click is simpler.

Martin
olympus
Offline

Junior Member

EU
Posts: 6
Threads: 1
Joined: Feb 2022
#17
2022-02-26, 12:41 AM (This post was last modified: 2022-02-26, 01:21 PM by olympus.)
(2022-02-25, 06:03 PM)sub Wrote: The OSD is only visible while playing video, so that's not a good option.

You are right. I remember how Windows Media Center solved this issue in its days.
They had added special small minimize/maximize/close buttons when it was fullscreen in the right top area and didn't show them in a window, they showed the normal min/max/close buttons there.
It's super easy to go to fullscreen from window, you just click on the maximize button, adding something like what WMC did in fullscreen would make it easier for going from fullscreen to window.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,109
Threads: 957
Joined: May 2006
#18
2022-02-26, 12:47 AM
NextPVR is great with a remote as a true PVR, with a large TV especially a full remote with number keys etc. It has a better user interface then any commercial STB I have seen. The mouse is for desktop users, using it or an air-mouse from a distance is really awkward.

Martin
olympus
Offline

Junior Member

EU
Posts: 6
Threads: 1
Joined: Feb 2022
#19
2022-02-26, 01:52 AM (This post was last modified: 2022-02-26, 01:21 PM by olympus.)
(2022-02-26, 12:47 AM)mvallevand Wrote: NextPVR is great with a remote as a true PVR, with a large TV especially a full remote with number keys etc.  It has a better user interface then any commercial STB I have seen.  The mouse is for desktop users, using it or an air-mouse from a distance is really awkward.

Martin

I agree on everything, mouse is for desktop users.
NextPVR covers any kind of usage, I am using it since yesterday in my desktop, I didn't know about it, and it is awesome.
Nothing comes even close to it.
I am using it in my dekstop, I could add a remote to my desktop, they are really cheap, but I think it's awkward using a remote in desktop.
NextPVR works perfectly with a mouse.
Tweaking it a little for better desktop/mouse usage doesn't mean it doesn't already work great with a mouse.
As far as I understand there was an option for toggling fullscreen with double click, but it had to be removed before it was causing issues, not because it wasn't something useful for desktop NextPVR users.
I mentioned WMC because this is how it handled the toggle fullscreen scenario.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#20
2022-02-26, 01:57 AM
You can already switch to fullscreen by clicking the maximize button on the window frame. For the next release I've added a small button that appears when you move the mouse to the corner of the screen, allowing you to leave fullscreen.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode