joao7yt
Member
Don’t know about this... do you have screenshots?Does anyone know how to fix the black bar issue when i try to record nohboard on obs it has black bars on the right side and the bottom does anyone know how to fix this????
Don’t know about this... do you have screenshots?Does anyone know how to fix the black bar issue when i try to record nohboard on obs it has black bars on the right side and the bottom does anyone know how to fix this????
and my OS is windows 10here's the screenshot
v1.2.2
- Fix background color not updating.
- Add quake keyboards by flyingmongoose.
well nice thing about either version of this is that you can do it yourself with about a day of time put into it.Can someone make a keyboard layout with the following keys please? (except for enter)
View attachment 46576
Bugs:
- Fixed outline width always being reset to 1.
- Fix mouse speed indicator style changes not applying.
- Disabled mouse/keyboard hooking if there are no keys of this type on the keyboard.
Features:
- Only show the main window in the taskbar.
- Allow changing the title of the NohBoard window.
- Add key codes for Scroll Lock / Num Lock / Caps Lock current state.
- Add a warning message about outlines of loose keys showing underneath pressed keys.
- Added the option to show keys for...
Images need to be in an \Images folder in the Definition subfolder. Ex: keyboards\Definition\Images\SNES.pngHello there, first of all, thanks for this amazing work! Exactly what i searched and it looks so easy.
Unfortunatly, i got a little problem with the background-image-option.
However i'm trying to insert a background-image, because i wanted a SNES keyboard, but it wont be displayed, instead i see the background color all the time.
Any Idea?
I also put the SNES.png in all other folders, so i won't miss the right folder for the style, but still no success :(
Here a little list of my files and set options:
Installpath: D:\NohBoard
Config and style-data: D:\NohBoard\keyboards\SNES\SNES
Image-File: D:\NohBoard\keyboards\SNES\SNES\SNES.png
SNES.style-Data:
{
"BackgroundColor": {
"Blue": 100,
"Green": 0,
"Red": 0
},
"BackgroundImageFileName": "SNES.png",
"DefaultKeyStyle": {
"Loose": {
"Background": {
"Blue": 100,
"Green": 100,
"Red": 100
},
"BackgroundImageFileName": null,
"Font": {
"DownloadUrl": null,
"FontFamily": "Courier New",
"Size": 10,
"Style": 0
},
"Outline": {
"Blue": 0,
"Green": 255,
"Red": 0
},
"OutlineWidth": 1,
"ShowOutline": false,
"Text": {
"Blue": 0,
"Green": 0,
"Red": 0
}
},
"Pressed": {
"Background": {
"Blue": 255,
"Green": 255,
"Red": 255
},
"BackgroundImageFileName": null,
"Font": {
"DownloadUrl": null,
"FontFamily": "Courier New",
"Size": 10,
"Style": 0
},
"Outline": {
"Blue": 0,
"Green": 255,
"Red": 0
},
"OutlineWidth": 1,
"ShowOutline": false,
"Text": {
"Blue": 0,
"Green": 0,
"Red": 0
}
}
},
"DefaultMouseSpeedIndicatorStyle": {
"InnerColor": {
"Blue": 100,
"Green": 100,
"Red": 100
},
"OuterColor": {
"Blue": 255,
"Green": 255,
"Red": 255
},
"OutlineWidth": 1
},
"ElementStyles": [ ]
}
I use AutoHotKey with a simple script belowIs there a way that I can force Nohboared always on top, so that I could run a game and Nohboared on the screen at the same time? I've been able to do this using a small program called Deskpins, but it forces the keyboard/mouse input to register in Nohboard, not the game (since it's on top).
I also know we could do this using OBS, so that both a game and Nohboared appear on a stream or separate window. I'm trying to get them to display on my one screen simultaneously without OBS tho.