diff options
Diffstat (limited to 'devel/electron38/files/patch-extensions_common_command.cc')
-rw-r--r-- | devel/electron38/files/patch-extensions_common_command.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-extensions_common_command.cc b/devel/electron38/files/patch-extensions_common_command.cc new file mode 100644 index 000000000000..d428800fadea --- /dev/null +++ b/devel/electron38/files/patch-extensions_common_command.cc @@ -0,0 +1,11 @@ +--- extensions/common/command.cc.orig 2025-08-26 20:49:50 UTC ++++ extensions/common/command.cc +@@ -117,7 +117,7 @@ std::string Command::CommandPlatform() { + return ui::kKeybindingPlatformMac; + #elif BUILDFLAG(IS_CHROMEOS) + return ui::kKeybindingPlatformChromeOs; +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + return ui::kKeybindingPlatformLinux; + #elif BUILDFLAG(IS_DESKTOP_ANDROID) + // For now, we use linux keybindings on desktop android. |