diff --git a/ui/src/components/ActionBar.tsx b/ui/src/components/ActionBar.tsx index 7de4571..4289e42 100644 --- a/ui/src/components/ActionBar.tsx +++ b/ui/src/components/ActionBar.tsx @@ -1,6 +1,6 @@ import { MdOutlineContentPasteGo } from "react-icons/md"; import { LuCable, LuHardDrive, LuMaximize, LuSettings, LuSignal } from "react-icons/lu"; -import { FaKeyboard, FaLock} from "react-icons/fa6"; +import { FaKeyboard } from "react-icons/fa6"; import { Popover, PopoverButton, PopoverPanel } from "@headlessui/react"; import { Fragment, useCallback, useRef } from "react"; import { CommandLineIcon } from "@heroicons/react/20/solid"; @@ -19,8 +19,6 @@ import WakeOnLanModal from "@/components/popovers/WakeOnLan/Index"; import MountPopopover from "@/components/popovers/MountPopover"; import ExtensionPopover from "@/components/popovers/ExtensionPopover"; import { useDeviceUiNavigation } from "@/hooks/useAppNavigation"; -import useKeyboard from "@/hooks/useKeyboard"; -import { keys, modifiers } from "@/keyboardMappings"; export default function Actionbar({ requestFullscreen, @@ -58,8 +56,6 @@ export default function Actionbar({ [setDisableFocusTrap], ); - const { sendKeyboardEvent, resetKeyboardState } = useKeyboard(); - return (
- {useSettingsStore().actionBarCtrlAltDel && ( + {/* {useSettingsStore().actionBarCtrlAltDel && (
- )} + )} */}