Sponsored Content
Full Discussion: Approved Posts
Contact Us Post Here to Contact Site Administrators and Moderators Approved Posts Post 302342309 by cezar.elnazli on Saturday 8th of August 2009 04:54:02 PM
Old 08-08-2009
Approved Posts

How long does it take for someone in the staff to approve a new thread, and how do I know if the thread has been approved/disapproved? I've made one which does include URLs. And if this one is approved, are the further ones going to be approved automatically?

I've searched for it, nothing came up.
 

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

old posts

this thread, while intended to help address a possible glitch with the bb software, prompted me to take a look at the easliest posts here at unix.com while doing that i found this thread. the post there by neo is fun to read :D (0 Replies)
Discussion started by: norsk hedensk
0 Replies

2. Post Here to Contact Site Administrators and Moderators

new posts..

there is a link to see the new posts. but this give only new posts posted today. if i want to see the yesterdays post or all the posts in the posted order(new posts first and so on).. wat should i do?.. (1 Reply)
Discussion started by: sekar sundaram
1 Replies

3. Post Here to Contact Site Administrators and Moderators

How to get approved to post

I have tried to answer several posts, but my posts are being held for a moderator to approve. What needs to happen before I am able to post without moderator approval? Thanks, Craig (csharp2a) (1 Reply)
Discussion started by: csharp2a
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

10 posts

Hey Scott, what's going on? I still can't post. After you sent me private message I can't reply to it. It says I have to have 10 posts to reply. And what do you mean why I need 10 posts - I needed 10 posts to ask a question. From the beginning: 1. I registered to ask a question. 2. I activated... (3 Replies)
Discussion started by: useretail
3 Replies
XkbTranslateKeyCode(3)						   XKB FUNCTIONS					    XkbTranslateKeyCode(3)

NAME
XkbTranslateKeyCode - Translate a keycode to a key symbol and modifiers SYNOPSIS
Bool XkbTranslateKeyCode ( xkb, key, mods, mods_rtrn, keysym_rtrn ) XkbDescPtr xkb; KeyCode key; unsigned int mods; unsigned int * mods_rtrn; KeySym * keysym_rtrn; ARGUMENTS
- xkb keyboard description to use for translation - key keycode to translate - mods modifiers to apply when translating key - mods_rtrn backfilled with unconsumed modifiers - keysym_rtrn keysym resulting from translation DESCRIPTION
mods_rtrn is backfilled with the modifiers consumed by the translation process. mods is a bitwise inclusive OR of the legal modifier masks: ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask.The AlwaysConsumeShiftAndLock library control (see below), if enabled, causes XkbTranslateKeyCode to consume shift and lock. XkbTranslateKeyCode returns True if the translation resulted in a keysym, and False if it resulted in NoSymbol. The AlwaysConsumeShiftAndLock control, if enabled, forces XLookupString to consume the Shift and Lock modifiers when processing all keys, even if the definition for the key type does not specify these modifiers. The AlwaysConsumeShiftAndLock control is unset by default. SEE ALSO
XLookupString(3X11) X Version 11 libX11 1.2.1 XkbTranslateKeyCode(3)
All times are GMT -4. The time now is 06:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy