Questions tagged [azerty-keyboard]
18 questions
8
votes
2 answers
Vim and azerty keyboards
I recently started learning Vim and before I go deeper I have a question I need answered.
Using a AZERTY keyboard, should I remap the keys for the commands and shortcuts to fit the position of the keys of a QWERTY keyboard?
I am asking this because…

Ark.
- 81
- 1
- 4
3
votes
2 answers
Change virtual keyboard to AZERTY
I have a javafx application that is supposed to run in fullscreen mode on a Windows tablet.
My problem is, when the keyboard appears, it's in QWERTY whereas my tablet is in AZERTY.
So the question is : Is there a way to use the system virtual…

Torarn
- 402
- 3
- 11
2
votes
1 answer
What are the pygame key names for number keys on an azerty keyboard?
What are the pygame key names for number keys on an azerty layout?
I need to know this to be able to properly detect key presses on an azerty layout which I don't have.
I have tried switching my mac keyboard layout to French - PC and the key…

spacether
- 2,136
- 1
- 21
- 28
2
votes
1 answer
Convert QWERTY barcode scanner input to AZERTY
I'm trying to scan barcodes and send them to an input field.
I have a Barcode scanner (Symbol LS2208) but when I scan a barcode I get the code as if it was written using a QWERTY keyboard (instead of the AZERTY keyboard my users have), for example,…

stacker
- 21
- 1
- 6
2
votes
0 answers
AZERTY keycode with GLFW3
I'm using GLFW3 and I have to get keyboard events with an AZERTY configuration.
I used glfwGetKey to get the state of the keys but that function looks to send me keys with a QWERTY configuration and when I use QWERTY, that the same problem, keys…

zonn
- 115
- 7
1
vote
1 answer
Wrong Azerty keyboard layout for Logitech MX keys Azerty version in Linux
I have a very weird issue. I purchased the Logitech MX Keys Macintosh version. After settings up Pop OS by choosing the French Macinstosh version (which) is the correct one, the Logitech version swaps my @ and < key strokes. When I connect a native…

Filip Van Reeth
- 87
- 1
- 7
1
vote
1 answer
Google Script Autocomplete activates when semicolon is pressed instead of period
I started using Google Script a few hours ago, and I noticed that the Autocompletion doesn't not work correctly. It activates when I press ; (semicolon), but not when I press . (period).
Logger. // Does not display anything
Logger; // Diplays…

Dony
- 1,543
- 2
- 10
- 25
1
vote
0 answers
Mapping a "Num Lock" key on a French laptop keyboard
I have a laptop on Windows 10 with a french "AZERTY" keyboard. It is a 14" laptop, so there isn't a number pad on the right of the keyboard, the numbers are only on the North of the letters.
The number keys are also used to write common accentuated…

Ricardo
- 19
- 2
1
vote
2 answers
Android studio shortcut for French keyboard
I'm a beginner on Android development, and I can't find the shortcuts for french keyboards (stupid AZERTY). Is there a place where I can find them?
I'm searching especially the shortcuts to comment/uncomment line and block of code.
Thank you in…

Julien Mazars
- 1,032
- 11
- 24
1
vote
2 answers
Keycode detection on AZERTY vs. QWERTY
How can I in JavaScript detect the typing of a question mark on AZERTY keyboard ?
On QWERTY keyboard a question mark produces the code 191,
but on AZERTY it seems to produce code 188 (comma on QWERTY).
Or should I distinguish between both keyboards…
H. Franken
1
vote
4 answers
How to perform C-M-\ on an azerty keyboard? (and other azerty tips)
I've a problem successfully performing the C-M-\ combination on my azerty keyboard.
The main issue is that to hit \ I need to hold down alt gr, and this seems to mess up the whole thing. I'd be interested to know what's the classical answer to this…

m09
- 7,490
- 3
- 31
- 58
0
votes
0 answers
JavaFX Accelerator using Numeric keys (Ctrl+1) not cross plateform?
I have a JavaFX project that has a menu bar, and keyboard shortcuts assigned to the menu buttons. These shortcuts works fine, until I try to use the numeric keys (1234567890). I'm trying to assign shortcuts to tabs, so that Ctrl+1 selects the first…

Magyar_57
- 25
- 7
0
votes
1 answer
Export DISPLAY with azerty keyboard
How to export a keyboard config with the display in linux (with Exceed client app) please ?
export DISPLAY=IP
setxkbmap fr
pycharm
The pycharm export in exceed is working but the setxkbmap fr doesnt work. The keyboard in pycharm is in qwerty…

testo
- 1
- 1
0
votes
1 answer
Alt button not detected on some keymap shortcut IntelliJ (elementaryOS 5.1.7
Settings
IntelliJ 2019.2 (same issue in 2020.2)
elementary OS 5.1.7.
AZERTY bluetooth Keyboard (Logitech K260)
French Keyboard Layout
French Input method
No custom configuration made either in IntelliJ or in the OS
Problem
The "Move Line Up/Down"…

Dio
- 1
- 3
0
votes
1 answer
Cannot close curly brackets on Android Studio with a AZERTY keyboard
Since yesterday, I cannot close curly brackets on Android Studio with my keyboard... I have an AZERTY french keyboard, and the closing curly bracket is optained by doing "alt gr" + "=".
All the other char involving "alt gr" key are working on…

Julien Mazars
- 1,032
- 11
- 24