HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. shortcut
    Log in to post
    • All categories
    • d.healeyD

      [bug] Keyboard shortcuts on Linux fail

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports shortcut key linux
      1
      0 Votes
      1 Posts
      82 Views
      No one has replied
    • oskarshO

      CTRL + Backspace Shortcut

      Watching Ignoring Scheduled Pinned Locked Moved General Questions shortcut
      10
      0 Votes
      10 Posts
      524 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!

    • d.healeyD

      [bug] Shortcut keys not working properly

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports shortcut
      28
      0 Votes
      28 Posts
      2k Views
      d.healeyD

      @aaronventure Oh yeah I should say this is a Linux issue (I think that's established earlier in the thread, but that's ancient history :beaming_face_with_smiling_eyes: )

    • d.healeyD

      [feature request] Fold interface designer shortcut key

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests shortcut
      16
      3 Votes
      16 Posts
      1k 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