Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make GUI window key bindings configurable #673

Merged
merged 8 commits into from
Nov 7, 2024

Conversation

o-sdn-o
Copy link
Collaborator

@o-sdn-o o-sdn-o commented Nov 7, 2024

Changes

  • Make text anti-aliasing enabled by default.
  • Make GUI window key bindings configurable.
  • Introduce Drop and DropIfRepeats actions.
    Action Description
    Drop Drop all events for the specified key combination. No further processing.
    DropIfRepeats Drop Key Repeat events for the specified key combination. This binding should be specified before the main action for the key combination.
    <config>
      <gui>
        <hotkeys key*>
          <key="Alt+Enter" action=DropIfRepeats/>           <!-- Don't repeat the Toggle fullscreen mode. -->
          <key="Alt+Enter" action=ToggleFullscreenMode/>    <!-- Toggle fullscreen mode. -->
        </hotkeys>
      </gui>
    </config>

@o-sdn-o o-sdn-o merged commit 6b88ca2 into directvt:master Nov 7, 2024
9 checks passed
@o-sdn-o o-sdn-o deleted the gui-bridge branch November 7, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant