Skip to content

Commit

Permalink
Merge pull request #6090 from jkonecny12/main-block-compositor-keyboa…
Browse files Browse the repository at this point in the history
…rd-shortcut

Disable keyboard switching with a shortcut in boot.iso
  • Loading branch information
jkonecny12 authored Jan 22, 2025
2 parents 71597aa + be32044 commit 189a559
Show file tree
Hide file tree
Showing 6 changed files with 436 additions and 229 deletions.
5 changes: 5 additions & 0 deletions pyanaconda/core/configuration/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,8 @@ def can_use_driver_disks(self):
def supports_web_ui(self):
"""Can we run Web UI on this system?"""
return self._is_boot_iso or self._is_live_os

@property
def supports_compositor_keyboard_layout_shortcut(self):
"""Does the compositor support keyboard layout options correctly?"""
return not self._is_boot_iso
Loading

0 comments on commit 189a559

Please sign in to comment.