mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
* mostly there * native opening working * more * cleanup * reorganise * remove unnecessary import * uncomment some stuff * spacing * store quickview ref inside provider * fix linting * clippy --------- Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com> Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
5 lines
183 B
TypeScript
5 lines
183 B
TypeScript
import { keybindForOs } from '~/util/keybinds';
|
|
import { useOperatingSystem } from './useOperatingSystem';
|
|
|
|
export const useKeybindFactory = () => keybindForOs(useOperatingSystem());
|