/    Sign up×
Community /Pin to ProfileBookmark

textbox keyboard layout

I wonder whether it is possible to change the keyboard layout when getting focus on a new textbox…

When moving from one textbox to the next the language of the keyboard changes automatically instead of pressing alt+shift.

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@toicontienMay 09.2003 — At www.w3schools.com in the CSS pseudo-class section, there is a :lang pseudo-class that you can specify for any element.

I've never played around with it, but you can specify what language is used in any given element, and it goes a little something like this:

tag.class:lang(language) {}

  • * You can leave out the ".class" if you want, then it's just:


  • tag:lang(language) {}

    Since I've never played around with this, I don't have much more info. Also, try reading the following page:

    http://www.w3.org/TR/REC-CSS2/selector.html#lang

    It's a good place to start. The only problem is, only the newest browsers are going to have support for this. In fact, I'd bet a six-pack that IE/PC doesn't support the :lang attribute. NS 7 and Mozilla >1.0 will probably support it though.

    The six-pack could be Labat, but preferably Killian's. Or Root Beer if you're under 21 ?
    ×

    Success!

    Help @kaisershlomo spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.28,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...