[Finished] keyboard Feature when editing text (1 Viewer)

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,956
    5,629
    France - IDF
    Home Country
    France France
    hello.

    what ican found as missing feature about the keyboard :

    - Missing arrows with an cursor text,
    upload_2015-7-29_19-32-1.png


    And an azerty keyboard ?

    Wrotte from the real keyboard. / already available when the virtual keyboard is closed
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Other keyboard layouts have to be placed into an own skin file so they will be loaded for matching language tag:
    MediaPortal-2/VirtualKeyboardStyle.xaml at bda13bc9bdab65ff1538d14ea9c22ab22051a523 · MediaPortal/MediaPortal-2 · GitHub
    <!-- Fallback keyboard layout which is loaded when no localized keyboard layout is available.
    Localized keyboard layouts should be provided by localization plugins which provide language files.
    To provide a localized keyboard layout, copy this control template into a file with name
    VirtualKeyboardStyle_XX.xaml, where XX is the two-letter code for the language, like
    de for german. Then change your copied control to build the desired layout. -->
     

    HTPCSourcer

    Retired Team Member
  • Premium Supporter
  • May 16, 2008
    11,418
    2,335
    Home Country
    Germany Germany
    need to be by language, not system keyboard layout used ? :coffee:
    The OSD keyboard is of course not a Window feature but needs to be provided by the programmer.

    You could develop your own French keyboard by following the instructions given in the code and cited by @morpheus_xx
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,956
    5,629
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #7
    yep, i see i must replace each letter by azerty keyboard.
    not complicated i think. only to make.
    thanks for info @morpheus_xx
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    I have not tried this before, I just hope that Albert implemented this properly :)
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,956
    5,629
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #9
    i try, but without sucess
    after an long error du to my fault because wrong code:

    all "special character" must be :
    Code:
              <Button Content="," Grid.Row="0" Grid.Column="6" Margin="5" Style="{ThemeResource VKButtonStyle}">
                <Button.Command>
                  <Command Path="Character" Parameters=","/>
                </Button.Command>
              </Button>
    and letter :
    Code:
              <Button Content="n" Grid.Row="0" Grid.Column="5" Margin="5" Style="{ThemeResource VKButtonStyle}"
                  Command="{Command Path=Character,Parameters=n}"/>

    but now, when open an dialog with keyboard layout, it's always the default keyboard.

    join the file, think to remove the .txt extension it's only for upload on forum
     

    Attachments

    • VirtualKeyboardStyle_fr.xaml.txt
      57.2 KB

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    @azzuro I have done the same as you inside the "SkinBase" plugin and switched the "Default" skin. There my replacements worked (see QWERTZ). But as the style is also copied over into other skins, they need to be placed there as well.


    upload_2017-10-3_11-36-2.png


    @ge2301 please note a loss of function in "non-Default" skins, there is no copy & paste support. Could be worth to try removing the style from other skins and using the Default one. This could solve the missing feature and also could avoid the need to copy localized keyboards over to other skins.
    upload_2017-10-3_11-38-3.png
     

    Users who are viewing this thread

    Similar threads

    Due to the recent update in FanartHandler and using dynamic paths for the ClearArt, ClearLogo and CDArt this is resolved without the need to update MovingPictures Cornerstone.MP.Extensions as FH no longer uses #selecteditem and instead uses #MovingPictures.SelectedMovie.title. At the moment MePo theme has these values but I plan to...
    Due to the recent update in FanartHandler and using dynamic paths for the ClearArt, ClearLogo and CDArt this is resolved without...
    There is an issue with missing #fanarthandler.movie.clearart.selected path value when MovingPictures loads a list of movies. When...
    Replies
    1
    Views
    248
    MP1 MP2 MP2 - V2.4.1 Mouse support for timeshift DE
    I guess it's really a rare case, most users use remote controls, then keyboards and last mouse. I tired to design things mouse friendly as much as possible, because it was almost impossible when I joined the team. As former WMC user I quickly decided to create a WMC-like skin which comes as close as possible in terms of appearance and...
    I guess it's really a rare case, most users use remote controls, then keyboards and last mouse. I tired to design things mouse...
    Hi, I am new to Media Portal, I am an avid Windows Media Center user, love it and trying to hold onto it as long as possible...
    Replies
    9
    Views
    1K
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at all. I just wanted to: understand current Status & Situation understand my Options for a stable System improve my Knowledge & learn from Experts Especially because your limited Dev Resources and the...
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at...
    Hello Folks, Yesterday I upgraded to Mediaportal 2.5 via uninstalling 2.4.1 first and then install the latest .NET6 Variant of...
    Replies
    12
    Views
    1K
    THX for info. 0.62 plugin version doesn't crash with MP 1.31 therefore, it seems to me to be little buggy...
    THX for info. 0.62 plugin version doesn't crash with MP 1.31 therefore, it seems to me to be little buggy...
    Started on: 2023-12-26 last update: 2023-12-26 Summary: Minimize the amount of data written to disk by simulating a tempfs RAM...
    Replies
    4
    Views
    844
    @doskabouter That fixed it, thanks!
    @doskabouter That fixed it, thanks!
    I just upgraded to 1.32 and now, when I start TV-Service Config, I get this error: [2024-01-31 09:33:13,138] [Log ] [SetupTv...
    Replies
    2
    Views
    611
    Top Bottom