Ignore:
Timestamp:
2019-05-18T06:41:56Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
95f603c
Parents:
9fe1635
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-05-16 08:04:04)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-05-18 06:41:56)
Message:

Adding a new bdsh command for changing keyboard layout

This commit adds a new command called layout which
can list and set the keyboard layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/modules.c

    r9fe1635 r4db37d1  
    6363#include "echo/entry.h"
    6464#include "cmp/entry.h"
     65#include "layout/entry.h"
    6566
    6667/*
     
    8889#include "echo/echo_def.inc"
    8990#include "cmp/cmp_def.inc"
     91#include "layout/layout_def.inc"
    9092
    9193        { NULL, NULL, NULL, NULL }
Note: See TracChangeset for help on using the changeset viewer.