• [bug] Keyboard shortcuts on Linux fail

    Bug Reports
    1
    0 Votes
    1 Posts
    203 Views
    No one has replied
  • CTRL + Backspace Shortcut

    General Questions
    10
    0 Votes
    10 Posts
    1k Views
    Christoph HartC

    @d-healey said in CTRL + Backspace Shortcut:

    @oskarsh Yes but I'm using Linux where HISE shortcuts have been weird for ages.

    You're weird for ages!!1!

  • [bug] Shortcut keys not working properly

    Solved Bug Reports
    32
    0 Votes
    32 Posts
    4k Views
    dannytaurusD

    @David-Healey Another quirk, at least on Mac, is that CMD+D is assigned to both ScritpNode > Duplicate Node and Interface Designer > Duplicate selection at cursor.

    This works fine within HISE because of the different contexts, but if you assign a different shortcut to either action, then try to assign the default back again, it will remove the other one.

    So I suppose the issue is that duplicate shortcuts already exist in HSIE, but the user isn't allowed to assign duplicates themselves. Which is a little confusing.

    EDIT: probably not worth the time to attend to either 😜

  • 3 Votes
    16 Posts
    2k Views
    Dominik MayerD

    Jeeehah!

    What a quality of life improvement for smaller monitors :))

    Go to %APPDATA% > HISE > editorData.json

    and add any Shortcut Key under "LayoutData" in the Tab that you want to modify.

    example:

    ... "Content": [ { "Type": "Tabs", "StyleData": { }, "Font": "", "FontSize": 14.0, "LayoutData": { "ID": "ScriptEditorTabs", "Size": -0.5544946346088778, "Folded": -1, "Visible": true, "ForceFoldButton": 0, "ForceShowTitle": 0, "MinSize": -1, "FocusKeyPress": "F3", // "FoldKeyPress" : "ctrl + 1 }, ...

    Heres' mine :)

    editorData.json
    ( F3 code editor, F4 Interface; ScriptWatchtable: ctrl-q, Componenlist ctrl-w, PropertyEditor ctrl-e )

    Greetings,
    Do