mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 20:35:36 -04:00
Add support for writing keymap data to /etc/default/keyboard.
This commit is contained in:
parent
04c552ba9f
commit
37384279e5
2 changed files with 45 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
||||
*
|
||||
* Copyright 2014, Teo Mrnjavac <teo@kde.org>
|
||||
* Copyright 2014-2016, Teo Mrnjavac <teo@kde.org>
|
||||
* Copyright 2014, Kevin Kofler <kevin.kofler@chello.at>
|
||||
*
|
||||
* Calamares is free software: you can redistribute it and/or modify
|
||||
|
@ -41,7 +41,8 @@ private:
|
|||
QString findLegacyKeymap() const;
|
||||
bool writeVConsoleData( const QString& vconsoleConfPath,
|
||||
const QString& convertedKeymapPath ) const;
|
||||
bool writeX11Data( const QString& keyboardConfPath ) const;
|
||||
bool writeX11Data( const QString& keyboardConfPath ) const;
|
||||
bool writeDefaultKeyboardData( const QString& defaultKeyboardPath ) const;
|
||||
|
||||
QString m_model;
|
||||
QString m_layout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue