Home
last modified time | relevance | path

Searched refs:convertedKeymapPath (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/keyboard/
H A DSetKeyboardLayoutJob.cpp38 const QString& convertedKeymapPath, in SetKeyboardLayoutJob() argument
46 , m_convertedKeymapPath( convertedKeymapPath ) in SetKeyboardLayoutJob()
62 cDebug() << "Looking for converted keymap in" << convertedKeymapPath; in findConvertedKeymap()
66 if ( convertedKeymapPath.isEmpty() ) in findConvertedKeymap()
71 QDir convertedKeymapDir( convertedKeymapPath ); in findConvertedKeymap()
184 QString keymap = findConvertedKeymap( convertedKeymapPath ); in writeVConsoleData()
356 QString convertedKeymapPath = m_convertedKeymapPath; in exec() local
357 if ( !convertedKeymapPath.isEmpty() ) in exec()
359 while ( convertedKeymapPath.startsWith( '/' ) ) in exec()
361 convertedKeymapPath.remove( 0, 1 ); in exec()
[all …]
H A DSetKeyboardLayoutJob.h27 const QString& convertedKeymapPath,
34 QString findConvertedKeymap( const QString& convertedKeymapPath ) const;
36 …bool writeVConsoleData( const QString& vconsoleConfPath, const QString& convertedKeymapPath ) cons…
H A Dkeyboard.schema.yaml10 convertedKeymapPath: { type: string }
12 required: [ xOrgConfFileName, convertedKeymapPath ]
H A Dkeyboard.conf18 convertedKeymapPath: "/lib/kbd/keymaps/xkb"
/dports/sysutils/calamares/calamares-3.2.44.2/data/config-appimage/modules/
H A Dkeyboard.conf14 convertedKeymapPath: "/lib/kbd/keymaps/xkb"
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/keyboardq/
H A Dkeyboardq.conf14 convertedKeymapPath: "/lib/kbd/keymaps/xkb"