Home | History | Annotate | Download | only in input_method

Lines Matching full:layout

28 // The default keyboard layout name in the xorg config file.
30 // The command we use to set the current XKB layout and modifier key mapping.
139 // Sets the current keyboard layout to |layout_name|. This function does not
150 // layout. Returns true on success.
217 // We should not try to change a layout inside ui_tests.
231 DLOG(INFO) << "The requested layout is already set: " << layout_to_set;
243 LOG(WARNING) << "Set layout: " << layout_to_set;
249 // layout name to the queue. setxkbmap command for the layout will be called
258 // Executes 'setxkbmap -layout ...' command asynchronously using a layout name
272 argv.push_back("-layout");
306 // The XKB layout name which we set last time like "us" and "us(dvorak)".